IQueryClientTypeOperations.GetQueryClientTypeMappings method
Recupera uma lista de todos os mapeamentos de tipo de cliente para o proprietário de determinado
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Function GetQueryClientTypeMappings ( _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Uso
Dim instance As IQueryClientTypeOperations
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappings(
SearchObjectOwner owner
)
Parâmetros
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerProprietário de mapeamento de tipo de cliente
Valor retornado
Type: System.Collections.Generic.List<QueryClientTypeMapping>
Lista de mapeamentos de tipo de cliente
Ver também
Referência
IQueryClientTypeOperations interface