Compartir a través de


Interfaz ISfcHasConnection

Provides methods that can be used to get or set a server connection. All domain root objects must implement this interface. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
Public Interface ISfcHasConnection
'Uso
Dim instance As ISfcHasConnection
public interface ISfcHasConnection
public interface class ISfcHasConnection
type ISfcHasConnection =  interface end
public interface ISfcHasConnection

El tipo ISfcHasConnection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConnectionContext Gets the connection context mode for the connection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Métodos

  Nombre Descripción
Método público GetConnection() () () () Gets the server connection to the backing storage. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público SetConnection Sets the active connection for the domain root. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba