Compartir a través de


IntegrationServices.ISfcHasConnection.GetConnection Método

Retrieves the server connection to the backing storage.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Private Function GetConnection As ISfcConnection 
    Implements ISfcHasConnection.GetConnection
'Uso
Dim instance As IntegrationServices 
Dim returnValue As ISfcConnection 

returnValue = CType(instance, ISfcHasConnection).GetConnection()
ISfcConnection ISfcHasConnection.GetConnection()
private:
virtual ISfcConnection^ GetConnection() sealed = ISfcHasConnection::GetConnection
private abstract GetConnection : unit -> ISfcConnection  
private override GetConnection : unit -> ISfcConnection
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Common.ISfcConnection
An object that contains the server connection.

Implementa

ISfcHasConnection.GetConnection()

Vea también

Referencia

IntegrationServices Clase

Sobrecarga de GetConnection

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices