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 | |
---|---|---|
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 | |
---|---|---|
GetConnection() | Gets the server connection to the backing storage. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. | |
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