다음을 통해 공유


CSession::StartTransaction

Begins a new transaction for this session.

HRESULT StartTransaction( 
   ISOLEVEL isoLevel = ISOLATIONLEVEL_READCOMMITTED, 
   ULONG isoFlags = 0, 
   ITransactionOptions* pOtherOptions = NULL, 
   ULONG* pulTransactionLevel = NULL  
) const throw( );

매개 변수

See ITransactionLocal::StartTransaction in the OLE DB Programmer's Reference.

반환 값

A standard HRESULT.

설명

For more information, see ITransactionLocal::StartTransaction in the OLE DB Programmer's Reference.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CSession 클래스