IQueryClientTypeOperations.IsQueryThrottlingEnabled method
Verifica se a otimização de consulta está habilitada
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
Function IsQueryThrottlingEnabled As Boolean
'Uso
Dim instance As IQueryClientTypeOperations
Dim returnValue As Boolean
returnValue = instance.IsQueryThrottlingEnabled()
[OperationContractAttribute]
bool IsQueryThrottlingEnabled()
Valor retornado
Type: System.Boolean
True se a otimização de consulta está habilitada, FALSO caso contrário
Ver também
Referência
IQueryClientTypeOperations interface