SearchServiceApplicationProxy.DropSpecialTerm method

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 SearchServiceApplicationProxy
Dim term As Keyword

instance.DropSpecialTerm(term)
public void DropSpecialTerm(
    Keyword term
)

Parameters

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

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace