Partager via


DacDeployOptions.IgnorePartitionSchemes Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut ignorer le type de paramètre et les valeurs limites d'une fonction de partition dans la comparaison des modèles source et cible. Ignore également le groupe de fichiers et la fonction de partition d'un schéma de partition dans la comparaison du modèle source et cible.

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

Valeur de propriété

True pour ignorer des aspects des fonctions et des schémas de partition, sinon, false. La valeur par défaut est false.

Attributs

S’applique à