Compartir a través de


del método SearchServiceApplicationProxy.DropScope

Elimina el especificado Scope de la SearchAdminDatabase.

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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

Implementaciones

ISearchSiteAdministrationServiceApplication.DropScope(Int32)

Excepciones

Excepción Condición
Exception

Se ha producido un error, como un SearchServiceApplicationFault, durante la ejecución de la aplicación.

Comentarios

El valor del parámetro scopeId no debe ser nulo .

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration