Compartilhar via


IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier method

Recupera uma lista de cliente digite mapeamentos com determinado nível 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 GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Uso
Dim instance As IQueryClientTypeOperations
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

returnValue = instance.GetQueryClientTypeMappingsByThrottlingTier(tier, _
    owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappingsByThrottlingTier(
    QueryThrottlingTier tier,
    SearchObjectOwner owner
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<QueryClientTypeMapping>
Lista de mapeamentos de tipo de cliente

Ver também

Referência

IQueryClientTypeOperations interface

IQueryClientTypeOperations members

Microsoft.Office.Server.Search.Query namespace