ICommandPropertiesImpl 类

提供接口的实现。ICommandProperties

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

参数

  • T
    类,从派生

  • PropClass
    属性和类。

成员

接口方法

GetProperties

在行集合属性组中返回当前请求行集合属性的列表。

SetProperties

在行集合属性组中设置属性。

备注

这是强制性上的命令。 BEGIN_PROPSET_MAP 宏定义的静态函数的实现。

要求

**页眉:**atldb.h

请参见

概念

OLE DB 提供程序模板 (C++)

OLE DB 提供程序模板体系结构