ISfcHasConnection Interface
Provides methods that can be used to get or set a server connection. All domain root objects must implement this interface. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionContext | Gets the connection context mode for the connection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | GetConnection() | Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | SetConnection(ISfcConnection^) | Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |

