FDO API Reference Feature Data Objects

FdoIConnectionInfo Class Reference

#include <IConnectionInfo.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoIConnectionInfo:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIConnectionInfo interface exposes information about the feature provider and provides access to the FdoIConnectionPropertyDictionary interface.

Definition at line 32 of file IConnectionInfo.h.


Public Member Functions

virtual FDO_API FdoIConnectionPropertyDictionaryGetConnectionProperties ()=0
 Gets the FdoIConnectionPropertyDictionary interface that can be used to dynamically query and set the properties required to establish a connection.
virtual FDO_API FdoStringGetFeatureDataObjectsVersion ()=0
 Gets the version of the Feature Data Objects specification to which this provider conforms.
virtual FDO_API FdoStringGetProviderDescription ()=0
 Gets the description of the feature provider.
virtual FDO_API FdoStringGetProviderDisplayName ()=0
 Gets the display name of the feature provider.
virtual FDO_API FdoStringGetProviderName ()=0
 Gets the name of the feature provider.
virtual FDO_API FdoStringGetProviderVersion ()=0
 Gets the version of the feature provider.

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