SqlDeploymentOptions.ScriptDatabaseCompatibility Property

Definition

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

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

Property Value

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

Applies to