DacDeployOptions.VerifyDeployment 属性

定义

获取或设置一个布尔值,用于指定是否执行计划验证阶段。

public bool VerifyDeployment { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyDeployment")]
public bool VerifyDeployment { get; set; }
member this.VerifyDeployment : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyDeployment")>]
member this.VerifyDeployment : bool with get, set
Public Property VerifyDeployment As Boolean

属性值

如果要执行计划验证,则为 true;如果要跳过验证,则为 false。 默认为 true。

属性

适用于