共用方式為


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 巨集定義的靜態函式的實作。

需求

Header: atldb.h

請參閱

概念

OLE DB 提供者樣板 (C++)

OLE DB 提供者樣板架構