Condividi tramite


Interfaccia ISfcHasConnection

Provides methods that can be used to get or set a server connection. All domain root objects must implement this interface. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface ISfcHasConnection
'Utilizzo
Dim instance As ISfcHasConnection
public interface ISfcHasConnection
public interface class ISfcHasConnection
type ISfcHasConnection =  interface end
public interface ISfcHasConnection

Nel tipo ISfcHasConnection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionContext Gets the connection context mode for the connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetConnection() () () () Gets the server connection to the backing storage. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico SetConnection Sets the active connection for the domain root. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto