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 です。

属性

適用対象