Lingua

DacDeployOptions.IgnoreObjectPlacementOnPartitionScheme Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'oggetto schema di partizione dalla considerazione durante il confronto del modello di origine e di destinazione per gli oggetti seguenti: Table, Index, Unique Key, Primary Key e Queue.

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

Valore della proprietà

True per ignorare gli schemi di partizione; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a