Compartir a través de


del método SearchServiceApplicationProxy.GetQueryClientTypeMappingsByThrottlingTier

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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 devuelto

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

Implementaciones

IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier(QueryThrottlingTier, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration