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.
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.
Members
Interface Methods
Returns the list of properties in the Rowset property group that are currently requested for the rowset. |
|
Sets properties in the Rowset property group. |
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