TransferDatabaseTask.DestinationDatabaseName プロパティ

定義

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

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

プロパティ値

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

実装

適用対象