ISfcHasConnection.GetConnection Method
Include Protected Members
Include Inherited Members
Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top