Compartir a través de


ITransferErrorMessagesTask.DestinationConnection 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 destination database.

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

ITransferErrorMessagesTask Interfaz

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