言語

TransferSqlServerObjectsTask.DestinationDatabase プロパティ

定義

宛先データベースの名前を含む文字列を取得したり設定したりします。

public:
 property System::String ^ DestinationDatabase { System::String ^ get(); void set(System::String ^ value); };
public string DestinationDatabase { get; set; }
member this.DestinationDatabase : string with get, set
Public Property DestinationDatabase As String

プロパティ値

宛先のデータベース名を含む文字列です。

実装

適用対象