LocationList.AggregateResults 方法

返回从指定的LocationList对象中的第一个联合位置的所有搜索结果。

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

语法

声明
Public Overridable Function AggregateResults ( _
    qdra As QueryManager, _
    count As Integer, _
    start As Integer _
) As XmlDocument
用法
Dim instance As LocationList
Dim qdra As QueryManager
Dim count As Integer
Dim start As Integer
Dim returnValue As XmlDocument

returnValue = instance.AggregateResults(qdra, _
    count, start)
public virtual XmlDocument AggregateResults(
    QueryManager qdra,
    int count,
    int start
)

参数

  • count
    类型:System.Int32

    要返回的搜索结果数。

  • start
    类型:System.Int32

    要返回的第一个搜索结果的位置。

返回值

类型:System.Xml.XmlDocument
来自联合位置的搜索结果。

另请参阅

引用

LocationList 类

LocationList 成员

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