FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoIDestroyDataStore Class Reference

#include <IDestroyDataStore.h>

Inherits FdoICommand.

Inheritance diagram for FdoIDestroyDataStore:

[legend]
List of all members.

Detailed Description

The FdoIDestroyDataStore interface defines the destroy datastore command that can be used to remove and existing datastore. The input is provided through a dictionary of name value pairs that is provider dependant.

Definition at line 35 of file IDestroyDataStore.h.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the FdoIDeleteDataStore command.
virtual FDO_API FdoIDataStorePropertyDictionaryGetDataStoreProperties ()=0
 Gets the FdoIDataStorePropertyDictionary interface that can be used to dynamically query and set the properties required to delete an existing datastore.

Friends

class FdoIConnection

Member Function Documentation

virtual FDO_API void FdoIDestroyDataStore::Execute  )  [pure virtual]
 

Executes the FdoIDeleteDataStore command.

Returns:
Returns nothing

virtual FDO_API FdoIDataStorePropertyDictionary* FdoIDestroyDataStore::GetDataStoreProperties  )  [pure virtual]
 

Gets the FdoIDataStorePropertyDictionary interface that can be used to dynamically query and set the properties required to delete an existing datastore.

Returns:
Returns the property dictionary

Friends And Related Function Documentation

friend class FdoIConnection [friend]
 

Reimplemented from FdoICommand.

Definition at line 37 of file IDestroyDataStore.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.