IQueryClientTypeOperations.IsQueryThrottlingEnabled - Méthode
Vérifie si la limitation de requêtes est activée.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function IsQueryThrottlingEnabled As Boolean
'Utilisation
Dim instance As IQueryClientTypeOperations
Dim returnValue As Boolean
returnValue = instance.IsQueryThrottlingEnabled()
[OperationContractAttribute]
bool IsQueryThrottlingEnabled()
Valeur renvoyée
Type : System.Boolean
True si la limitation de requêtes est activée, false dans le cas contraire
Voir aussi
Référence
IQueryClientTypeOperations interface