Compartilhar via


SearchServiceApplicationProxy.GetVolatileScopeInfo method

Recupera as informações que provavelmente irá alterar para o escopo especificado Search .

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

Syntax

'Declaração
Public Function GetVolatileScopeInfo ( _
    scopeId As Integer _
) As ScopeInfo
'Uso
Dim instance As SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As ScopeInfo

returnValue = instance.GetVolatileScopeInfo(scopeId)
public ScopeInfo GetVolatileScopeInfo(
    int scopeId
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.ScopeInfo
As informações sobre o escopo de Search .

Implements

ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo(Int32)

Exceptions

Exception Condition
Exception

Ocorreu um erro durante a execução do aplicativo.

Comentários

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

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace