Freigeben über


SearchServiceApplicationProxy.GetQueryClientTypeMappingById-Methode

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetQueryClientTypeMappingById ( _
    clientTypeId As Integer, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As SearchServiceApplicationProxy
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
    owner)
public QueryClientTypeMapping GetQueryClientTypeMappingById(
    int clientTypeId,
    SearchObjectOwner owner
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping

Implementiert

IQueryClientTypeOperations.GetQueryClientTypeMappingById(Int32, SearchObjectOwner)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace