DacDeployOptions.ScriptDatabaseCollation Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob die Zieldatenbank so geändert werden soll, dass sie der Sortierung des Quellmodells entspricht.

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

Eigenschaftswert

True, um die Sortierung der Zieldatenbank zu ändern; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: