TransferDatabaseTask.DestinationDatabaseFiles プロパティ

定義

デスティネーションデータベースのデータベースファイル名を含む文字列を取得したり設定したりします。

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

プロパティ値

宛先データベースのデータ名とログファイルを含む文字列です。

実装

注釈

複数のファイル名はセミコロンで区切られています。

適用対象