CrawlLog.GetCrawlHistory 方法
获得最新 n 爬网,请指定内容源的每个爬网的统计信息。如果为该内容源提供一个负数,则将所有内容源获取爬网。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetCrawlHistory ( _
numberOfCrawls As Integer, _
contentSourceID As Integer _
) As DataTable
用法
Dim instance As CrawlLog
Dim numberOfCrawls As Integer
Dim contentSourceID As Integer
Dim returnValue As DataTable
returnValue = instance.GetCrawlHistory(numberOfCrawls, _
contentSourceID)
public DataTable GetCrawlHistory(
int numberOfCrawls,
int contentSourceID
)
参数
numberOfCrawls
类型:System.Int32提供爬网以获得最大数量。
contentSourceID
类型:System.Int32提供该内容源 id。如果提供的值为负,则将获得所有内容源的爬网。
返回值
类型:System.Data.DataTable
返回包含指定数目的爬网,请提供内容源的爬网每个统计数据表。