IXEStoreProvider.GetConnection(SfcObjectQueryMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the current connection to query on. Return a connection supporting either a single serial query or multiple simultaneously open queries as requested.
public Microsoft.SqlServer.Management.Common.ISfcConnection GetConnection (Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode mode);
abstract member GetConnection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode -> Microsoft.SqlServer.Management.Common.ISfcConnection
Public Function GetConnection (mode As SfcObjectQueryMode) As ISfcConnection
Parameters
- mode
- SfcObjectQueryMode
Returns
The connection to use, or null to use Cache mode. Cache mode avoids connection and open data reader issues.