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.
Provides an implementation of the ICommandProperties interface.
template <class T, class PropClass = T>
class ATL_NO_VTABLE ICommandPropertiesImpl
: public ICommandProperties, public CUtlProps<PropClass>
Parameters
T
Your class, derived fromPropClass
Your properties class.
Remarks
This is mandatory on commands. The implementation is provided by a static function defined by the BEGIN_PROPSET_MAP macro.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C+)
The OLE DB Provider Template Architecture