ICommandImpl 클래스
Provides implementation for the ICommand interface.
template <class T, class CommandBase = ICommand>
class ATL_NO_VTABLE ICommandImpl : public CommandBase
매개 변수
T
Your class, derived from ICommandImpl.CommandBase
A command interface. 기본값은 ICommand입니다.
멤버
메서드
Cancels the current command execution. |
|
Cancels the current command execution. |
|
Creates a rowset object. |
|
명령을 실행합니다. |
|
Returns an interface pointer to the session that created the command. |
|
생성자입니다. |
데이터 멤버
Indicates whether the command is to be canceled. |
|
Indicates whether the command is to be canceled when executing. |
|
Indicates whether the command is currently executing. |
설명
A mandatory interface on the command object.
요구 사항
Header: atldb.h