FDO API Reference Feature Data Objects

FdoIListDataStores Class Reference

#include <IListDataStores.h>

Inherits FdoICommand.

Inheritance diagram for FdoIListDataStores:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIListDataStores interface defines the list datastores command, which provides a way to get a list of datastores at a particular server.

Definition at line 34 of file IListDataStores.h.


Public Member Functions

virtual FDO_API FdoIDataStoreReaderExecute ()=0
 Executes the FdoIListDataStores command.
virtual FDO_API bool GetIncludeNonFdoEnabledDatastores ()=0
 Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.
virtual FDO_API void SetIncludeNonFdoEnabledDatastores (bool include)=0
 Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores.

Friends

class FdoIConnection

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