DacDeployOptions.IgnoreObjectPlacementOnPartitionScheme 属性

定义

获取或设置一个布尔值,该值指定在针对以下对象比较源模型和目标模型时是否排除分区方案对象:表、索引、唯一键、主键和队列。

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

属性值

若要忽略分区方案,则为 true;否则为 false。 默认为 true。

属性

适用于