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
scopeId
Type: System.Int32A identificação do objeto Scope para excluir.
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