SearchServiceApplication.SetQueryThrottlingLatencyGoal 方法 (Int32, Nullable<Guid>)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub SetQueryThrottlingLatencyGoal ( _
goal As Integer, _
tenantId As Nullable(Of Guid) _
)
用法
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
)
参数
- goal
类型:System.Int32
- tenantId
类型:System.Nullable<Guid>