Freigeben über


ITransferDatabaseTask.DestinationDatabaseFiles-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the database files for the destination database.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Syntax

'Declaration
Property DestinationDatabaseFiles As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The name of the database files for the destination database.

Siehe auch

Verweis

ITransferDatabaseTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask-Namespace