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。

属性

适用于