SearchServiceApplication.SetLoadBasedQueryThrottlingThreshold method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub SetLoadBasedQueryThrottlingThreshold ( _
threshold As Integer _
)
'Uso
Dim instance As SearchServiceApplication
Dim threshold As Integer
instance.SetLoadBasedQueryThrottlingThreshold(threshold)
public void SetLoadBasedQueryThrottlingThreshold(
int threshold
)
Parâmetros
- threshold
Type: System.Int32
Ver também
Referência
SearchServiceApplication class