DacDeployOptions.ScriptDatabaseCompatibility 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.
Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob die Zieldatenbank so geändert werden soll, dass sie der Kompatibilitätsstufe des Quellmodells entspricht.
public bool ScriptDatabaseCompatibility { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDatabaseCompatibility")]
public bool ScriptDatabaseCompatibility { get; set; }
member this.ScriptDatabaseCompatibility : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDatabaseCompatibility")>]
member this.ScriptDatabaseCompatibility : bool with get, set
Public Property ScriptDatabaseCompatibility As Boolean
Eigenschaftswert
True, um die Kompatibilitätsstufe der Zieldatenbank zu ändern; andernfalls "false". Die Standardeinstellung ist "false".
- Attribute