Proprietà ITransferStoredProceduresTask.DestinationConnection

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

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

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

Sintassi

'Dichiarazione
Property DestinationConnection As String 
    Get 
    Set
'Utilizzo
Dim instance As ITransferStoredProceduresTask 
Dim value As String 

value = instance.DestinationConnection

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

Valore proprietà

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

Vedere anche

Riferimento

ITransferStoredProceduresTask Interfaccia

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