SearchServiceApplication.GetRulesInfo 方法

检索所有定义中指定的搜索ScopeScopeRule对象的RuleInfo对象的列表。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetRulesInfo ( _
    scopeId As Integer, _
    <OutAttribute> ByRef statusCode As Integer _
) As List(Of RuleInfo)
用法
Dim instance As SearchServiceApplication
Dim scopeId As Integer
Dim statusCode As Integer
Dim returnValue As List(Of RuleInfo)

returnValue = instance.GetRulesInfo(scopeId, _
    statusCode)
public List<RuleInfo> GetRulesInfo(
    int scopeId,
    out int statusCode
)

参数

  • statusCode
    类型:System.Int32

    方法执行,其中 0 表示成功执行,而 1 表示找不到具有指定 ID 的搜索范围的状态代码。

返回值

类型:System.Collections.Generic.List<RuleInfo>
搜索ScopeRule信息的列表。

实现

ISearchSiteAdministrationServiceApplication.GetRulesInfo(Int32, Int32)

备注

scopeId参数的值必须不 null 。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

Microsoft.Office.Server.Search.Administration 命名空间