DacDeployOptions.DoNotDropDatabaseWorkloadGroups プロパティ

定義

ソース モデルに存在しないすべてのデータベース ワークロード グループを削除するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True を指定すると、ソース モデルに含まれていないデータベース ワークロード グループが削除されます。それ以外の場合は false。 既定値は false です。

属性

適用対象