FdoICreateDataStore Class Reference

The FdoICreateDataStore interface defines the create datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant. More...

#include <ICreateDataStore.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API void Execute ()=0
 Executes the FdoICreateDataStore command.
virtual FDO_API
FdoIDataStorePropertyDictionary
GetDataStoreProperties ()=0
 Gets the FdoIDataStorePropertyDictionary interface that can be used to dynamically query and set the properties required to create a new datastore.

Friends

class FdoIConnection

Detailed Description

The FdoICreateDataStore interface defines the create datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant.

Definition at line 35 of file ICreateDataStore.h.


The documentation for this class was generated from the following file: