Compartir a través de


ISfcHasConnection.GetConnection Método (SfcObjectQueryMode)

Gets the server connection to the backing storage that supports the specified query processing mode.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Function GetConnection ( _
    activeQueriesMode As SfcObjectQueryMode _
) As ISfcConnection
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that contains the server connection.

Vea también

Referencia

ISfcHasConnection Interfaz

Sobrecarga de GetConnection

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc