Condividi tramite


Proprietà ITransferDatabaseTask.DestinationDatabaseName

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

Gets or sets the name of the database at the destination.

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

Sintassi

'Dichiarazione
Property DestinationDatabaseName As String 
    Get 
    Set
'Utilizzo
Dim instance As ITransferDatabaseTask 
Dim value As String 

value = instance.DestinationDatabaseName

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

Valore proprietà

Tipo: System.String
The name of the database at the destination.

Vedere anche

Riferimento

ITransferDatabaseTask Interfaccia

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