다음을 통해 공유


ICommandPropertiesImpl 클래스

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.

멤버

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.

설명

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 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조