SearchServiceApplication.GetUrlRuleCount 方法
获取已爬网的网站 URL 匹配指定的 URL 的项的计数。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetUrlRuleCount ( _
matchString As String _
) As Integer
用法
Dim instance As SearchServiceApplication
Dim matchString As String
Dim returnValue As Integer
returnValue = instance.GetUrlRuleCount(matchString)
public int GetUrlRuleCount(
string matchString
)
参数
matchString
类型:System.String指定要匹配的 URL。
返回值
类型:System.Int32
指定的 URL 匹配的项的计数。
实现
ISearchSiteAdministrationServiceApplication.GetUrlRuleCount(String)
备注
此方法获取其网站 URL 等于matchString的已爬网项目的计数。