DacDeployOptions.IgnoreTablePartitionOptions Propriété

Définition

Obtenez ou définissez une valeur booléenne qui spécifie s’il faut exclure la valeur RANGE et BOUNDARY d’une option de partition de table à prendre en compte lors de la comparaison du modèle source et cible.

public bool IgnoreTablePartitionOptions { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreTablePartitionOptions")]
public bool IgnoreTablePartitionOptions { get; set; }
member this.IgnoreTablePartitionOptions : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreTablePartitionOptions")>]
member this.IgnoreTablePartitionOptions : bool with get, set
Public Property IgnoreTablePartitionOptions As Boolean

Valeur de propriété

True pour ignorer les aspects de l’option de partition de table ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à