共用方式為


CCommand::Prepare

驗證並最佳化目前命令。

HRESULT CCommandBase::Prepare( 
   ULONG cExpectedRuns = 0  
) throw( );

參數

  • cExpectedRuns
    [您預期執行命令的次數。

傳回值

標準 HRESULT

備註

這個方法會包裝 OLE DB 方法 ICommandPrepare::Prepare

需求

標題: atldbcli.h

請參閱

參考

CCommand 類別