Compartir a través de


ITransferErrorMessagesTask.SourceConnection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the connection manager for the source database.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Ensamblado:  Microsoft.SqlServer.TransferErrorMessagesTask (en Microsoft.SqlServer.TransferErrorMessagesTask.dll)

Sintaxis

'Declaración
Property SourceConnection As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ITransferErrorMessagesTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask