Share via


SqlDeploymentOptions.ScriptDatabaseCollation Property

Definition

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

public bool ScriptDatabaseCollation { get; }
member this.ScriptDatabaseCollation : bool
Public ReadOnly Property ScriptDatabaseCollation As Boolean

Property Value

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

Applies to