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 SearchAdminDatabase.
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 SearchServiceApplication
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 SearchAdminDatabase.
Implements
ISearchSiteAdministrationServiceApplication.DropSpecialTerm(Keyword)
Remarks
The value of the term parameter must not be null .
See Also
Reference
SearchServiceApplication Class