Share via


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

プロパティ値

コピー先のデータベースの名前を含む文字列。

実装

適用対象