次の方法で共有


SqlDeploymentOptions.TargetDatabaseExists プロパティ

ターゲット データベースが存在するかどうかを指定するブール値を取得します。

名前空間:  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 名前空間