DacDeployOptions.IgnorePartitionSchemes 属性

定义

获取或设置一个布尔值,用于指定在比较源和目标模型时,是否不考虑分区函数的参数类型和边界值。 此外,在比较源和目标模型时,也不考虑分区架构的文件组和分区函数。

public bool IgnorePartitionSchemes { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")]
public bool IgnorePartitionSchemes { get; set; }
member this.IgnorePartitionSchemes : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnorePartitionSchemes")>]
member this.IgnorePartitionSchemes : bool with get, set
Public Property IgnorePartitionSchemes As Boolean

属性值

如果忽略分区函数和方案的各个方面,则为 true;否则为 false。 默认值为 false。

属性

适用于