DacDeployOptions.IgnoreWorkloadClassifiers 属性

定义

获取或设置布尔值,指定是否排除源模型中不存在的 WorkloadClassifier。

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

属性值

如果为 True,则排除源模型中的 WorkloadClassifiers;否则为 false。 默认为 true。

属性

适用于