Compartir a través de


CCommand::SetParameterInfo

Specifies the native type of each command parameter.

HRESULT CCommandBase::SetParameterInfo(
   DB_UPARAMS ulParams,
   const DBORDINAL* pOrdinals,
   const DBPARAMBINDINFO* pParamInfo 
) throw( );

Parameters

See ICommandWithParameters::SetParameterInfo in the OLE DB Programmer's Reference.

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

Concepts

CCommand Class

CCommand Members