Condividi tramite


Proprietà ITransferDatabaseTask.DestinationDatabaseFiles

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ITransferDatabaseTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask