Método IntegrationServices.ISfcHasConnection.GetConnection
Retrieves the server connection to the backing storage.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Common.ISfcConnection
An object that contains the server connection.
Implementa
ISfcHasConnection.GetConnection()
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices