Freigeben über


DacDeployOptions.DoNotDropDatabaseWorkloadGroups Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob alle Datenbankworkloadgruppen gelöscht werden sollen, die nicht im Quellmodell vorhanden sind.

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

Eigenschaftswert

True, um Datenbankworkloadgruppen zu löschen, die nicht im Quellmodell enthalten sind; Andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: