Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the server connection to the backing storage that supports the specified query processing mode.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetConnection ( _
activeQueriesMode As SfcObjectQueryMode _
) As ISfcConnection
'Usage
Dim instance As ISfcHasConnection
Dim activeQueriesMode As SfcObjectQueryMode
Dim returnValue As ISfcConnection
returnValue = instance.GetConnection(activeQueriesMode)
ISfcConnection GetConnection(
SfcObjectQueryMode activeQueriesMode
)
ISfcConnection^ GetConnection(
SfcObjectQueryMode activeQueriesMode
)
abstract GetConnection :
activeQueriesMode:SfcObjectQueryMode -> ISfcConnection
function GetConnection(
activeQueriesMode : SfcObjectQueryMode
) : ISfcConnection
Parameters
- activeQueriesMode
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode
An SfcObjectQueryMode value that specifies the query processing mode.
Return Value
Type: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that contains the server connection.