DacDeployOptions.ScriptDatabaseCollation Property

Definition

Get or set boolean that specifies whether the target database should be altered to match the source model's collation.

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

Property Value

True to alter the target database's collation; otherwise, false. Default is false.

Attributes

Applies to