共用方式為


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。

屬性

適用於