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。

属性

适用于