SecureStoreServiceDatabase.Delete Method
Removes the Secure Store database object from the collection and the server farm.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub Delete
'Usage
Dim instance As SecureStoreServiceDatabase
instance.Delete()
public override void Delete()
Remarks
This override closes all the opened connections to the Secure Store database, and then calls the Delete() method in the base class.
See Also
Reference
SecureStoreServiceDatabase Class