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입니다.

특성

적용 대상