Share via


SqlDeploymentOptions.ScriptDatabaseOptions Property

Definition

Get boolean that specifies whether the database options in the target database should be updated to match the source model.

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

Property Value

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

Applies to