Condividi tramite


DacDeployOptions.DoNotDropDatabaseWorkloadGroups Proprietà

Definizione

Ottenere o impostare boolean che specifica se eliminare tutti i gruppi di carico di lavoro di database che non esistono nel modello di origine.

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

Valore della proprietà

True per eliminare i gruppi di carico di lavoro del database non nel modello di origine; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a