Compartilhar via


SearchServiceApplicationProxy.DropScope method

Exclui o especificado Scope a SearchAdminDatabase.

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

Syntax

'Declaração
Public Sub DropScope ( _
    scopeId As Integer _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim scopeId As Integer

instance.DropScope(scopeId)
public void DropScope(
    int scopeId
)

Parâmetros

Implements

ISearchSiteAdministrationServiceApplication.DropScope(Int32)

Exceptions

Exception Condition
Exception

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

Comentários

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

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace