SearchServiceApplication.GetRulesCount 方法
检索定义为在SearchServiceApplication中指定的搜索Scope搜索ScopeRule对象的计数。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetRulesCount ( _
scopeId As Integer, _
<OutAttribute> ByRef statusCode As Integer _
) As Integer
用法
Dim instance As SearchServiceApplication
Dim scopeId As Integer
Dim statusCode As Integer
Dim returnValue As Integer
returnValue = instance.GetRulesCount(scopeId, _
statusCode)
public int GetRulesCount(
int scopeId,
out int statusCode
)
参数
scopeId
类型:System.Int32搜索Scope的 ID。
statusCode
类型:System.Int32方法执行,其中 0 表示成功执行,而 1 表示找不到具有指定 ID 的搜索范围的状态代码。
返回值
类型:System.Int32
ScopeRule 搜索符合Scope的计数。
实现
ISearchSiteAdministrationServiceApplication.GetRulesCount(Int32, Int32)
备注
该scopeId参数的值必须不 null 。