共用方式為


DacDeployOptions.IgnoreTablePartitionOptions 屬性

定義

取得或設定布林值,指定比較來源和目標模型時,是否要排除資料表分割區選項的 RANGE 和 BOUNDARY VALUES。

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

屬性值

True 表示忽略資料表資料分割選項的各個層面;否則為 false。 預設值為 false。

屬性

適用於