Proprietà ITransferErrorMessagesTask.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 manager for the destination database.

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

Sintassi

'Dichiarazione
Property DestinationConnection As String 
    Get 
    Set
'Utilizzo
Dim instance As ITransferErrorMessagesTask 
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 manager for the destination database.

Vedere anche

Riferimento

ITransferErrorMessagesTask Interfaccia

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