다음을 통해 공유


SqlDeploymentOptions.ScriptDeployStateChecks Property

Definition

Get boolean that specifies whether the target database should be checked to ensure that it exists, is online and can be updated.

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

Property Value

True to perform state checks on the target database; otherwise, false. Default is false.

Applies to