Share via


SqlDeploymentOptions.VerifyDeployment Property

Definition

Get boolean that specifies whether the plan verification phase is executed or not.

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

Property Value

True to perform plan verification; otherwise, false to skip it. Default is true.

Applies to