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

プロパティ値

ソース モデルで WorkloadClassifiers を除外する場合は True。それ以外の場合は false。 既定値は True です。

属性

適用対象