次の方法で共有


SqlDeploymentOptions.TargetDatabaseName プロパティ

ターゲット データベース名を指定する文字列を取得します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property TargetDatabaseName As String 
    Get
'使用
Dim instance As SqlDeploymentOptions 
Dim value As String 

value = instance.TargetDatabaseName
public string TargetDatabaseName { get; }
public:
property String^ TargetDatabaseName {
    String^ get ();
}
member TargetDatabaseName : string
function get TargetDatabaseName () : String

プロパティ値

型: System.String

関連項目

参照

SqlDeploymentOptions クラス

Microsoft.SqlServer.Dac.Deployment 名前空間