Compartilhar via


Interface ISfcHasConnection

Provides methods that can be used to get or set a server connection. All domain root objects must implement this interface. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Interface ISfcHasConnection
'Uso
Dim instance As ISfcHasConnection
public interface ISfcHasConnection
public interface class ISfcHasConnection
type ISfcHasConnection =  interface end
public interface ISfcHasConnection

O tipo ISfcHasConnection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ConnectionContext Gets the connection context mode for the connection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Métodos

  Nome Descrição
Método público GetConnection() () () () Gets the server connection to the backing storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SetConnection Sets the active connection for the domain root. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início