IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier - Méthode
Récupère une liste de clients tapez mappages avec la couche donné et le propriétaire
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingsByThrottlingTier ( _
tier As QueryThrottlingTier, _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
'Utilisation
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
)
Paramètres
tier
Type : Microsoft.Office.Server.Search.Query.Throttling.QueryThrottlingTierNiveau de limitation
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerPropriétaire du mappage de type de client
Valeur renvoyée
Type : System.Collections.Generic.List<QueryClientTypeMapping>
Liste de mappages de type de client
Voir aussi
Référence
IQueryClientTypeOperations interface