del método IQueryClientTypeOperations.GetQueryClientTypeMappingById
Recupera la asignación del tipo de cliente con el id especificado y el propietario
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<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
Tipo: System.Int32
owner
Tipo: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerIdentificador del tipo de cliente
Propietario de asignación del tipo de cliente
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Asignación de tipos de cliente
Vea también
Referencia
interfaz IQueryClientTypeOperations