다음을 통해 공유


SqlDeploymentOptions.TargetDatabaseExists 속성

Gets boolean that if set specifies whether the target database exists

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public ReadOnly Property TargetDatabaseExists As Nullable(Of Boolean)
    Get
‘사용 방법
Dim instance As SqlDeploymentOptions 
Dim value As Nullable(Of Boolean)

value = instance.TargetDatabaseExists
public Nullable<bool> TargetDatabaseExists { get; }
public:
property Nullable<bool> TargetDatabaseExists {
    Nullable<bool> get ();
}
member TargetDatabaseExists : Nullable<bool>
function get TargetDatabaseExists () : Nullable<boolean>

속성 값

유형: System.Nullable<Boolean>

참고 항목

참조

SqlDeploymentOptions 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스