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
scopeId
Type: System.Int32A identificação de Scope para excluir.
Implements
ISearchSiteAdministrationServiceApplication.DropScope(Int32)
Comentários
O valor de scopeId não deve ser null .
Ver também
Referência
SearchServiceApplication class