QueryClientTypeManager.GetQueryClientTypeMappings 方法 (QueryThrottlingTier, SearchObjectOwner)
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetQueryClientTypeMappings ( _
tier As QueryThrottlingTier, _
owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
用法
Dim instance As QueryClientTypeManager
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)
returnValue = instance.GetQueryClientTypeMappings(tier, _
owner)
public List<QueryClientTypeMapping> GetQueryClientTypeMappings(
QueryThrottlingTier tier,
SearchObjectOwner owner
)
参数
返回值
类型:System.Collections.Generic.List<QueryClientTypeMapping>