Поделиться через


CCommand::CreateCommand

Creates a new command.

HRESULT CCommandBase::CreateCommand(
   const CSession& session 
) throw ( );

Параметры

  • session
    [in] A CSession object to be associated with the new command.

Возвращаемое значение

A standard HRESULT.

Заметки

This method creates a command using the specified session object.

Требования

Header: atldbcli.h

См. также

Основные понятия

CCommand Class

CCommand Members