Server::ISfcHasConnection::GetConnection Method (SfcObjectQueryMode)
SQL Server 2012
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets a connection to an Sfc backing store that supports the requested query mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
private: virtual ISfcConnection^ GetConnection( SfcObjectQueryMode activeQueriesMode ) sealed = ISfcHasConnection::GetConnection
Parameters
- activeQueriesMode
- Type: Microsoft.SqlServer.Management.Sdk.Sfc::SfcObjectQueryMode
A SfcObjectQueryMode object that specifies the requested query mode.
Return Value
Type: Microsoft.SqlServer.Management.Common::ISfcConnectionA ISfcConnection object representing the connection to an Sfc backing store that supports the requested query mode.
