Partager via


DacDeployOptions.IgnoreTablePartitionOptions Propriété

Définition

Obtenez ou définissez une valeur booléenne qui spécifie s’il faut exclure les valeurs RANGE et BOUNDARY d’une option de partition de table lors de la comparaison du modèle source et du modèle 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 à