QueryLogExporter.GetQueryRecords 方法 (DateTime, DateTime, Int32, Int32) (Microsoft.Office.Server.Search.Administration)
该成员仅供内部使用,不应在代码中直接使用。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Function GetQueryRecords ( _
startDateTime As DateTime, _
endDateTime As DateTime, _
startIndex As Integer, _
endIndex As Integer _
) As XmlDataDocument
用法
Dim instance As QueryLogExporter
Dim startDateTime As DateTime
Dim endDateTime As DateTime
Dim startIndex As Integer
Dim endIndex As Integer
Dim returnValue As XmlDataDocument
returnValue = instance.GetQueryRecords(startDateTime, endDateTime, startIndex, endIndex)
public XmlDataDocument GetQueryRecords (
DateTime startDateTime,
DateTime endDateTime,
int startIndex,
int endIndex
)
参数
- startDateTime
- endDateTime
- startIndex
- endIndex
另请参阅
参考
QueryLogExporter 类
QueryLogExporter 成员
Microsoft.Office.Server.Search.Administration 命名空间