Freigeben über


DacDeployOptions.IgnoreTablePartitionOptions Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die RANGE- und BOUNDARY-WERTE einer Tabellenpartitionsoption beim Vergleich des Quell- und Zielmodells von der Berücksichtigung ausgeschlossen werden sollen.

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

Eigenschaftswert

True, um Aspekte der Tabellenpartitionsoption zu ignorieren; andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: