title
ICommandPropertiesImpl Class | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
ICommandPropertiesImpl
ATL.ICommandPropertiesImpl
ATL::ICommandPropertiesImpl
dev_langs
helpviewer_keywords
ICommandPropertiesImpl class
ms.assetid
b3cf6aea-527e-4f0d-96e0-669178b021a2
caps.latest.revision
9
author
mikeblome
ms.author
mblome
manager
ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
ICommandPropertiesImpl Class
Provides an implementation of the ICommandProperties interface.
template <class T, class PropClass = T>
class ATL_NO_VTABLE ICommandPropertiesImpl
: public ICommandProperties, public CUtlProps<PropClass>
T
Your class, derived from
PropClass
Your properties class.
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.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture