Share via


PropertyStore.Delete Method

Deletes the property database from the Search service applicationā€˜s topology.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub Delete
'Usage
Dim instance As PropertyStore

instance.Delete()
public void Delete()

Remarks

Before you can delete a property database, you must first remove any associations with any query components either by removing the query components or by assigning them to a different property database. If any query components are currently associated with the property database this method will throw a InvalidOperationException.

See Also

Reference

PropertyStore Class

PropertyStore Members

Microsoft.Office.Server.Search.Administration Namespace