Compartilhar via


SearchServiceApplication.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 SearchServiceApplication
Dim scopeId As Integer

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

Parâmetros

Implements

ISearchSiteAdministrationServiceApplication.DropScope(Int32)

Comentários

O valor de scopeId não deve ser null .

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace