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

屬性值

確實,移除資料庫工作負載分類器不在原始模型中;否則,則為錯誤。 預設值為 false。

屬性

適用於