다음을 통해 공유


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

특성

적용 대상