Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an implementation of the IGetDataSource object.
template <class T>
class ATL_NO_VTABLE IGetDataSourceImpl : public IGetDataSource
Parameters
- T
Your class, derived from IGetDataSourceImpl.
Remarks
This is a mandatory interface on the session for obtaining an interface pointer to the data source object.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C++)
OLE DB Provider Template Architecture