IGetDataSourceImpl Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IGetDataSourceImpl Class.
Provides an implementation of the IGetDataSource object.
template <class T> class ATL_NO_VTABLE IGetDataSourceImpl : public IGetDataSource
Parameters
T
Your class, derived from IGetDataSourceImpl.
Interface Methods
| GetDataSource | Returns an interface pointer on the data source object that created the session. |
This is a mandatory interface on the session for obtaining an interface pointer to the data source object.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture
Show: