共用方式為


DacDeployOptions.DoNotDropWorkloadClassifiers 屬性

定義

取得或設定布林值,指定是否卸載來源模型中不存在的所有資料庫工作負載群組。

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

屬性值

True 是表示 卸載不在來源模型中的資料庫工作負載分類器;否則為 false。 預設值為 false。

屬性

適用於