Compartilhar via


SearchServiceApplication.GetVisibleScopesCount method

Obtém a contagem de todos os objetos visíveis Scope definida no aplicativo Search .

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

Syntax

'Declaração
Public Function GetVisibleScopesCount As Integer
'Uso
Dim instance As SearchServiceApplication
Dim returnValue As Integer

returnValue = instance.GetVisibleScopesCount()
public int GetVisibleScopesCount()

Valor retornado

Type: System.Int32
A contagem de todos os objetos visíveis Scope .

Implements

ISearchSiteAdministrationServiceApplication.GetVisibleScopesCount()

Comentários

Esse método obtém a contagem de todos os objetos visíveis Scope .

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace