SearchServiceApplication.GetIdForContextKey 方法

获取上下文项的 ID。上下文是指在查询中的任何属性,并且每个属性具有一个动态分配的 id。

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

语法

声明
Public Function GetIdForContextKey ( _
    searchObjectOwner As SearchObjectOwner, _
    ContextName As String _
) As Integer
用法
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim ContextName As String
Dim returnValue As Integer

returnValue = instance.GetIdForContextKey(searchObjectOwner, _
    ContextName)
public int GetIdForContextKey(
    SearchObjectOwner searchObjectOwner,
    string ContextName
)

参数

返回值

类型:System.Int32
上下文 id。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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