Compartilhar via


SearchServiceApplication.SetScopeInfo method

Define os detalhes do escopo especificado Search a SearchServiceApplication.

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

Syntax

'Declaração
Public Sub SetScopeInfo ( _
    scopeInfo As ScopeInfo _
)
'Uso
Dim instance As SearchServiceApplication
Dim scopeInfo As ScopeInfo

instance.SetScopeInfo(scopeInfo)
public void SetScopeInfo(
    ScopeInfo scopeInfo
)

Parâmetros

Implements

ISearchSiteAdministrationServiceApplication.SetScopeInfo(ScopeInfo)

Comentários

O scopeInfo não deve ser null .

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace