다음을 통해 공유


DacDeployOptions.ScriptDeployStateChecks 속성

정의

대상 데이터베이스가 존재하고 온라인이며 업데이트할 수 있는지 확인해야 하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

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

속성 값

대상 데이터베이스에서 상태 검사를 수행하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상