IQueryClientTypeOperations.GetQueryClientTypeMappingsByThrottlingTier 方法

Retrives 的客户端列表类型具有给定的层和所有者的映射

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<OperationContractAttribute> _
Function GetQueryClientTypeMappingsByThrottlingTier ( _
    tier As QueryThrottlingTier, _
    owner As SearchObjectOwner _
) As List(Of QueryClientTypeMapping)
用法
Dim instance As IQueryClientTypeOperations
Dim tier As QueryThrottlingTier
Dim owner As SearchObjectOwner
Dim returnValue As List(Of QueryClientTypeMapping)

returnValue = instance.GetQueryClientTypeMappingsByThrottlingTier(tier, _
    owner)
[OperationContractAttribute]
List<QueryClientTypeMapping> GetQueryClientTypeMappingsByThrottlingTier(
    QueryThrottlingTier tier,
    SearchObjectOwner owner
)

参数

返回值

类型:System.Collections.Generic.List<QueryClientTypeMapping>
客户端类型映射的列表

另请参阅

引用

IQueryClientTypeOperations 接口

IQueryClientTypeOperations 成员

Microsoft.Office.Server.Search.Query 命名空间