次の方法で共有


ITransferDatabaseTask.DestinationDatabaseFiles プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

転送先データベースのデータベース ファイルの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
アセンブリ:  Microsoft.SqlServer.TransferDatabasesTask (Microsoft.SqlServer.TransferDatabasesTask.dll)

構文

'宣言
Property DestinationDatabaseFiles As String 
    Get 
    Set
'使用
Dim instance As ITransferDatabaseTask 
Dim value As String 

value = instance.DestinationDatabaseFiles

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

プロパティ値

型: System.String
転送先データベースのデータベース ファイルの名前です。

関連項目

参照

ITransferDatabaseTask インターフェイス

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 名前空間