DacDeployOptions.IgnorePartitionSchemes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指定在比較來源和目標模型時是否要排除考量 PARTITION FUNCTION 的參數型別和界限 VALUES。 在比較來源和目標模型時,也排除考量 PARTITION SCHEMA 的 FILEGROUP 和資料分割函式。
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。
- 屬性