HRESULT GetDataSource( REFIID riid, IUnknown **ppDataSource );
See IGetDataSource::GetDataSource in the OLE DB Programmer's Reference.
Remarks
Returns an interface pointer on the data source object that created the session. Useful if you need to acess properties in the data source object.