다음을 통해 공유


ICommandTextImpl 클래스

Provides an implementation for the ICommandText interface.

template <class T >
class ATL_NO_VTABLE ICommandTextImpl 
   : public ICommandImpl<T, ICommandText>

매개 변수

  • T
    The command class derived from ICommandTextImpl.

멤버

Interface Methods

GetCommandText

Returns the text command set by the last call to SetCommandText.

SetCommandText

Sets the command text, replacing the existing command text.

데이터 멤버

m_strCommandText

Stores the command text.

설명

A mandatory interface on commands.

요구 사항

Header: altdb.h

참고 항목

개념

OLE DB 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조