CCommand::GetParameterInfo

获取命令、其名称及其类型的列表。

HRESULT CCommandBase::GetParameterInfo( 
   DB_UPARAMS* pParams, 
   DBPARAMINFO** ppParamInfo, 
   OLECHAR** ppNamesBuffer  
) throw ( );

参数

参阅《OLE DB 程序员参考》) 中的ICommandWithParameters::GetParameterInfo

返回值

标准版HRESULT

要求

标头: atldbcli.h

请参见

参考

CCommand 类