CCommand::Prepare
验证并优化当前命令。
HRESULT CCommandBase::Prepare(
ULONG cExpectedRuns = 0
) throw( );
参数
- cExpectedRuns
[in] 希望执行命令的次数。
返回值
标准 HRESULT。
备注
该方法包装 OLE DB 方法 ICommandPrepare::Prepare。
要求
Header: atldbcli.h
验证并优化当前命令。
HRESULT CCommandBase::Prepare(
ULONG cExpectedRuns = 0
) throw( );
标准 HRESULT。
该方法包装 OLE DB 方法 ICommandPrepare::Prepare。
Header: atldbcli.h