IGetDataSourceImpl
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. IGetDataSourceImpl provides an implementation of the object.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture