Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified keyword from the Search administration database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DropSpecialTerm ( _
term As Keyword _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim term As Keyword
instance.DropSpecialTerm(term)
public void DropSpecialTerm(
Keyword term
)
Parameters
term
Type: Microsoft.Office.Server.Search.Administration.KeywordThe keyword to delete from the Search administration database.
Implements
ISearchSiteAdministrationServiceApplication.DropSpecialTerm(Keyword)
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
The value of the term parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class