Freigeben über


SearchServiceApplicationProxy.GetQueryClientTypeMappings-Methode

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

Syntax

'Declaration
Public Function GetQueryClientTypeMappings ( _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

returnValue = instance.GetQueryClientTypeMappings(owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
    SearchObjectOwner owner
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<QueryClientTypeMapping>

Implementiert

IQueryClientTypeOperations.GetQueryClientTypeMappings(SearchObjectOwner)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace