LogViewer.GetCrawlSummaryByHost 方法 (Microsoft.Office.Server.Search.Administration)

Returns a summary of crawl log properties, grouped by host name.

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

语法

声明
Public Function GetCrawlSummaryByHost ( _
    prop As CrawlLogSummaryProperty, _
    direction As SortDirection, _
    startAt As Integer, _
    totalEntries As Integer, _
    <OutAttribute> ByRef nextStart As Integer _
) As DataTable
用法
Dim instance As LogViewer
Dim prop As CrawlLogSummaryProperty
Dim direction As SortDirection
Dim startAt As Integer
Dim totalEntries As Integer
Dim nextStart As Integer
Dim returnValue As DataTable

returnValue = instance.GetCrawlSummaryByHost(prop, direction, startAt, totalEntries, nextStart)
public DataTable GetCrawlSummaryByHost (
    CrawlLogSummaryProperty prop,
    SortDirection direction,
    int startAt,
    int totalEntries,
    out int nextStart
)

参数

  • direction
    A value from the SortDirection enumeration specifying sort direction.
  • startAt
    A 32-bit integer that specifies the start position in the crawl log for the crawl summary.
  • totalEntries
    A 32-bit integer that specifies the number of crawl log entries to include in the summary.
  • nextStart
    A 32-bit integer that specifies the position of the next crawl log entry.

返回值

A System.DataTable object.

备注

If there are no more entries in the crawl log, -1 is returned for the nextStart parameter.

另请参阅

参考

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