QueryClientTypeManager.GetQueryClientTypeMappings - Méthode (QueryThrottlingTier, SearchObjectOwner)
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetQueryClientTypeMappings ( _
tier As QueryThrottlingTier, _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Utilisation
Dim instance As QueryClientTypeManager
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(tier, _
owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
QueryThrottlingTier tier,
SearchObjectOwner owner
)
Paramètres
Valeur renvoyée
Type : System.Collections.Generic.List<QueryClientTypeMapping>
Voir aussi
Référence
QueryClientTypeManager - Membres