ISessionPropertiesImpl

template <class T, class PropClass = T>
class ATL_NO_VTABLE ISessionPropertiesImpl : public ISessionProperties, public CUtlProps<T>

Parameters

T

Your class, derived from ISessionPropertiesImpl.

PropClass

A user-defineable property class that defaults to T.

Remarks

A mandatory interface on sessions. ISessionPropertiesImpl provides an implementation of the ISessionProperties interface. This class implements session properties by calling a static function defined by the property set map. The property set map should be specified in your session class.

#include <atldb.h>

Class Members

See Also

Using the OLE DB Provider Templates, The OLE DB Provider Architecture