SearchServiceApplication.GetChangedConsumers 方法

检索所有搜索范围使用者管理的搜索范围的名称显示组、 搜索Scope或指定的版本以来已更改的搜索ScopeRule

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

语法

声明
Public Function GetChangedConsumers ( _
    ByRef lastChangeTimeStamp As Long _
) As List(Of String)
用法
Dim instance As SearchServiceApplication
Dim lastChangeTimeStamp As Long
Dim returnValue As List(Of String)

returnValue = instance.GetChangedConsumers(lastChangeTimeStamp)
public List<string> GetChangedConsumers(
    ref long lastChangeTimeStamp
)

参数

  • lastChangeTimeStamp
    类型:System.Int64

    其值必须是LastUpdate数据类型,通过引用传递一个版本。

返回值

类型:System.Collections.Generic.List<String>
所有搜索范围的使用者名称的集合。

实现

ISearchSiteAdministrationServiceApplication.GetChangedConsumers(Int64)

备注

有关LastUpdate数据类型的信息,请访问此网站

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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