次の方法で共有


DacProfile.TargetDatabaseName プロパティ

配置のターゲットとして使用されるデータベースの名前を取得または設定します。

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

構文

'宣言
Public Property TargetDatabaseName As String 
    Get 
    Set
'使用
Dim instance As DacProfile 
Dim value As String 

value = instance.TargetDatabaseName

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

プロパティ値

型: System.String
ターゲット データベースの名前を表す文字列。

関連項目

参照

DacProfile クラス

Microsoft.SqlServer.Dac 名前空間