Compartilhar via


SearchServiceApplicationProxy.AddScope method

Adiciona um novo escopo de Search para o SearchAdminDatabase.

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

Syntax

'Declaração
Public Function AddScope ( _
    scopeInfo As ScopeInfo, _
    <OutAttribute> ByRef statusCode As Integer _
) As Integer
'Uso
Dim instance As SearchServiceApplicationProxy
Dim scopeInfo As ScopeInfo
Dim statusCode As Integer
Dim returnValue As Integer

returnValue = instance.AddScope(scopeInfo, _
    statusCode)
public int AddScope(
    ScopeInfo scopeInfo,
    out int statusCode
)

Parâmetros

Valor retornado

Type: System.Int32
O resultado da execução.

Implements

ISearchSiteAdministrationServiceApplication.AddScope(ScopeInfo, Int32)

Exceptions

Exception Condition
Exception

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

Comentários

Esse método retorna a identificação do escopo Search se a adição for bem-sucedida; Caso contrário, o método retornará -1.

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace