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。

属性

适用于