IADOConnectionConstruction::get_Session
Returns the underlying OLEDB Session for this connection.
Syntax
HRESULT get_Session(
IUnknown** ppSession);
Parameters
- ppSession
[out, retval] Pointer to a pointer to the IUnknown interface for the Session.
Remarks
In the header file, this method is called ADOCommandConstruction::Session.