SearchServiceApplicationProxy.GetQueryClientTypeMappingById method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryClientTypeMappingById ( _
clientTypeId As Integer, _
owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Uso
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
)
Parâmetros
- clientTypeId
Type: System.Int32
Valor retornado
Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Implements
IQueryClientTypeOperations.GetQueryClientTypeMappingById(Int32, SearchObjectOwner)
Ver também
Referência
SearchServiceApplicationProxy class