Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at CCommand::CreateCommand.
Creates a new command.
Syntax
HRESULT CCommandBase::CreateCommand(
const CSession& session
) throw ( );
Parameters
session
[in] A CSession object to be associated with the new command.
Return Value
A standard HRESULT.
Remarks
This method creates a command using the specified session object.
Requirements
Header: atldbcli.h