Compartilhar via


SearchServiceApplication.GetRulesCount method

Recupera a contagem dos objetosScopeRuleSearchdefinido para um especificado SearchScope na SearchServiceApplication.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetRulesCount ( _
    scopeId As Integer, _
    <OutAttribute> ByRef statusCode As Integer _
) As Integer
'Uso
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
)

Parâmetros

  • statusCode
    Type: System.Int32

    O 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.Int32
A contagem das pesquisas ScopeRule que correspondem a Scope.

Implements

ISearchSiteAdministrationServiceApplication.GetRulesCount(Int32, Int32)

Comentários

O valor do parâmetro scopeId não deve ser null .

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace