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.
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.