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

Provides an implementation of the ICommandProperties interface.

Syntax

template <class T, class PropClass = T>  
class ATL_NO_VTABLE ICommandPropertiesImpl   
   : public ICommandProperties, public CUtlProps<PropClass>  

Parameters

T
Your class, derived from

PropClass
Your properties class.

Members

Interface Methods

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

See Also

OLE DB Provider Templates
OLE DB Provider Template Architecture