QueryLogExporter.GetQueryRecords 方法 (Int32, Int32) (Microsoft.Office.Server.Search.Administration)

该成员仅供内部使用,不应在代码中直接使用。

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Function GetQueryRecords ( _
    startIndex As Integer, _
    endIndex As Integer _
) As XmlDataDocument
用法
Dim instance As QueryLogExporter
Dim startIndex As Integer
Dim endIndex As Integer
Dim returnValue As XmlDataDocument

returnValue = instance.GetQueryRecords(startIndex, endIndex)
public XmlDataDocument GetQueryRecords (
    int startIndex,
    int endIndex
)

参数

  • startIndex
  • endIndex

另请参阅

参考

QueryLogExporter 类
QueryLogExporter 成员
Microsoft.Office.Server.Search.Administration 命名空间