CrawlLog.GetCrawlStatisticsByHost 方法
获取已爬网内容筛选主机名称前缀搜索服务应用程序爬网主机的统计信息。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetCrawlStatisticsByHost ( _
hostNamePrefix As String _
) As DataTable
用法
Dim instance As CrawlLog
Dim hostNamePrefix As String
Dim returnValue As DataTable
returnValue = instance.GetCrawlStatisticsByHost(hostNamePrefix)
public DataTable GetCrawlStatisticsByHost(
string hostNamePrefix
)
参数
hostNamePrefix
类型:System.String提供所需的主机的名称前缀。如果此字符串为 null 或为空,将返回的所有主机的数据。
返回值
类型:System.Data.DataTable
返回由该搜索服务应用程序的数据表中的每个主机的主机名匹配所提供的前缀或所有主机包含在每个状态中的项目数爬网是所提供的前缀为 null 或为空。