Server.ISfcHasConnection.GetConnection Method (SfcObjectQueryMode)
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.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Private Function GetConnection ( activeQueriesMode As SfcObjectQueryMode ) As ISfcConnection Implements 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.
Show: