SearchServiceApplication.SetQueryThrottlingLatencyGoal - Méthode (Int32, Nullable<Guid>)
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub SetQueryThrottlingLatencyGoal ( _
goal As Integer, _
tenantId As Nullable(Of Guid) _
)
'Utilisation
Dim instance As SearchServiceApplication
Dim goal As Integer
Dim tenantId As Nullable(Of Guid)
instance.SetQueryThrottlingLatencyGoal(goal, _
tenantId)
public void SetQueryThrottlingLatencyGoal(
int goal,
Nullable<Guid> tenantId
)
Paramètres
- goal
Type : System.Int32
- tenantId
Type : System.Nullable<Guid>
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
SetQueryThrottlingLatencyGoal - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms