CrawlLogSummaryProperty 枚举 (Microsoft.Office.Server.Search.Administration)
Defines the summary property types for the GetCrawlSummaryByHost method of the LogViewer class.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration CrawlLogSummaryProperty
用法
Dim instance As CrawlLogSummaryProperty
public enum CrawlLogSummaryProperty
成员
成员名称 | 说明 | |
---|---|---|
ErrorCount | Specifies the error count summary property. | |
HostName | Specifies the host name summary property. | |
SuccessCount | Specifies the success count summary property. | |
TotalCount | Specifies the total count summary property. | |
WarningCount | Specifies the warning count summary property. |