Get or set boolean that specifies whether the plan verification phase is executed or not.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property VerifyDeployment As Boolean
Get
'用途
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.VerifyDeployment
public bool VerifyDeployment { get; }
public:
property bool VerifyDeployment {
bool get ();
}
member VerifyDeployment : bool
function get VerifyDeployment () : boolean
屬性值
型別:System.Boolean
True to perform plan verification; otherwise, false to skip it. Default is true.