Compartilhar via


SearchServiceApplicationProxy.GetQueryClientTypeMappingsByThrottlingTier method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

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

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<QueryClientTypeMapping>

Implements

IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier(QueryThrottlingTier, SearchObjectOwner)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace