SqlDeploymentOptions.VerifyDeployment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.