Proprietà ITransferErrorMessagesTask.SourceConnection

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 source database.

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

Sintassi

'Dichiarazione
Property SourceConnection As String 
    Get 
    Set
'Utilizzo
Dim instance As ITransferErrorMessagesTask 
Dim value As String 

value = instance.SourceConnection

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

Valore proprietà

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

Vedere anche

Riferimento

ITransferErrorMessagesTask Interfaccia

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