DacDeployOptions.DoNotDropWorkloadClassifiers Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen oder Festlegen eines booleschen Werts, der angibt, ob alle Datenbankworkloadgruppen gelöscht werden sollen, die im Quellmodell nicht vorhanden sind.
public bool DoNotDropWorkloadClassifiers { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotDropWorkloadClassifiers")]
public bool DoNotDropWorkloadClassifiers { get; set; }
member this.DoNotDropWorkloadClassifiers : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotDropWorkloadClassifiers")>]
member this.DoNotDropWorkloadClassifiers : bool with get, set
Public Property DoNotDropWorkloadClassifiers As Boolean
Eigenschaftswert
True, um Datenbankworkloadklassifizierer zu löschen, die nicht im Quellmodell enthalten sind; andernfalls false. Der Standardwert ist "false".
- Attribute