DacDeployOptions.IgnoreTablePartitionOptions Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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