SearchServiceApplication.CpuBasedQueryThrottling property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property CpuBasedQueryThrottling As Boolean
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.CpuBasedQueryThrottling
instance.CpuBasedQueryThrottling = value
public bool CpuBasedQueryThrottling { get; set; }
Property value
Type: System.Boolean
Ver também
Referência
SearchServiceApplication class