다음을 통해 공유


CCommand::Prepare

Validates and optimizes the current command.

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

매개 변수

  • cExpectedRuns
    [in] The number of times you expect to execute the command.

반환 값

A standard HRESULT.

설명

This method wraps the OLE DB method ICommandPrepare::Prepare.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CCommand 클래스