Condividi tramite


DacDeployOptions.IgnoreObjectPlacementOnPartitionScheme Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'oggetto dello schema di partizione dalla considerazione durante il confronto dei modelli di origine e 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 è true.

Attributi

Si applica a