SearchServiceApplication.GetRulesInfo method
Recupera uma lista de objetos RuleInfo para todos os objetos ScopeRule definidos dentro deScopeo especificado Search.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetRulesInfo ( _
scopeId As Integer, _
<OutAttribute> ByRef statusCode As Integer _
) As List(Of RuleInfo)
'Uso
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
)
Parâmetros
scopeId
Type: System.Int32A ID do SearchScope.
statusCode
Type: System.Int32O código de status de execução do método, onde 0 indica execução bem-sucedida e 1 indica que o escopo de Search com a ID especificada não foi encontrado.
Valor retornado
Type: System.Collections.Generic.List<RuleInfo>
A lista de informações deScopeRule a Search.
Implements
ISearchSiteAdministrationServiceApplication.GetRulesInfo(Int32, Int32)
Comentários
O valor do parâmetro scopeId não deve ser null .
Ver também
Referência
SearchServiceApplication class