DacDeployOptions.IgnoreWorkloadClassifiers Property

Definition

Get or set boolean that specifies whether to exclude WorkloadClassifiers that do not exist in the source model.

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

Property Value

True to exclude WorkloadClassifiers in the source model; otherwise, false. Default is true.

Attributes

Applies to