IDBCreateSessionImpl Class

 

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

Provides an implementation for the IDBCreateSession interface.

template <class T, class SessionClass>  
class ATL_NO_VTABLE IDBCreateSessionImpl   
   : public IDBCreateSession  

Parameters

T
YOUR CLASS, DERIVED FROM

SessionClass
The session object.

Interface Methods

CreateSessionCreates a new session from the data source object and returns the requested interface on the newly created session.

A mandatory interface on data source objects.

Header: atldb.h

OLE DB Provider Templates
OLE DB Provider Template Architecture

Show: