IQueryClientTypeOperations.GetQueryClientTypeMappingById 方法

检索与给定的 id 和所有者的客户机类型映射

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

语法

声明
<OperationContractAttribute> _
Function GetQueryClientTypeMappingById ( _
    clientTypeId As Integer, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
用法
Dim instance As IQueryClientTypeOperations
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
    owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingById(
    int clientTypeId,
    SearchObjectOwner owner
)

参数

返回值

类型:Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
客户端类型映射

另请参阅

引用

IQueryClientTypeOperations 接口

IQueryClientTypeOperations 成员

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