Partager via


SearchServiceApplicationProxy.GetQueryClientTypeMappingsByThrottlingTier - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Implémentations

IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier(QueryThrottlingTier, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms