IDBPropertiesImpl
template <class T**>
class ATL_NO_VTABLE IDBPropertiesImpl : public IDBProperties, public CUtlProps<T>**
Parameters
T
Your class, derived from IDBPropertiesImpl.
Remarks
is a mandatory interface for data source objects and an optional interface for enumerators. However, if an enumerator exposes , it must expose IDBProperties. IDBPropertiesImpl provides an implementation for the IDBProperties interface. IDBPropertiesImpl implements IDBProperties by using a static function defined by BEGIN_PROPSET_MAP.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture