Condividi tramite


DacDeployOptions.IgnoreDatabaseWorkloadGroups Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere i gruppi di carico di lavoro del database che non esistono nel modello di origine.

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

Valore della proprietà

True per escludere i gruppi di carico di lavoro del database nel modello di origine; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a