Skip to content

Latest commit

 

History

History
74 lines (64 loc) · 1.89 KB

File metadata and controls

74 lines (64 loc) · 1.89 KB
title ICommandPropertiesImpl Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ICommandPropertiesImpl
ATL.ICommandPropertiesImpl
ATL::ICommandPropertiesImpl
dev_langs
C++
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.

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