IQueryClientTypeOperations.GetQueryClientTypeMappingById method
Recupera o mapeamento de tipo de cliente com o id fornecido e o proprietário
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Function GetQueryClientTypeMappingById ( _
clientTypeId As Integer, _
owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Uso
Dim instance As IQueryClientTypeOperations
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping
returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingById(
int clientTypeId,
SearchObjectOwner owner
)
Parâmetros
- clientTypeId
Type: System.Int32
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerIdentificação do tipo de cliente
Proprietário de mapeamento de tipo de cliente
Valor retornado
Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Mapeamento de tipo de cliente
Ver também
Referência
IQueryClientTypeOperations interface