Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture