SearchServiceApplicationProxy.GetQueryClientTypeMappings method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryClientTypeMappings ( _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
SearchObjectOwner owner
)
Parâmetros
Valor retornado
Type: System.Collections.Generic.List<QueryClientTypeMapping>
Implements
IQueryClientTypeOperations.GetQueryClientTypeMappings(SearchObjectOwner)
Ver também
Referência
SearchServiceApplicationProxy class