Compartir a través de


RegisteredServersStore.ISfcHasConnection.GetConnection Método

Gets a connection of the ISfcConnection object. This class cannot be inherited.

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

Sintaxis

'Declaración
Private Function GetConnection As ISfcConnection 
    Implements ISfcHasConnection.GetConnection
'Uso
Dim instance As RegisteredServersStore 
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
A ISfcConnection object.

Implementa

ISfcHasConnection.GetConnection()

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

RegisteredServersStore Clase

Sobrecarga de GetConnection

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers