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

특성

적용 대상