IQueryClientTypeOperations.GetQueryClientTypeMappingByName method
Recupera o mapeamento de tipo de cliente com o nome e proprietário
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Function GetQueryClientTypeMappingByName ( _
clientType As String, _
owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Uso
Dim instance As IQueryClientTypeOperations
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping
returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingByName(
string clientType,
SearchObjectOwner owner
)
Parâmetros
- clientType
Type: System.String
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerNome 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