Partager via


DacDeployOptions.IgnoreObjectPlacementOnPartitionScheme Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut ignorer l'objet de schéma de partition lors de la comparaison du modèle source et du modèle cible pour les objets suivants : Table, Index, Clé unique, Clé primaire et File d'attente.

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

Valeur de propriété

True pour ignorer les schémas de partition ; sinon, False. La valeur par défaut est true.

Attributs

S’applique à