CSession::StartTransaction

开始此会话的新事务。

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

参数

请参见《OLE DB 程序员参考》中的 ITransactionLocal::StartTransaction

返回值

标准 HRESULT

备注

有关更多信息,请参见 OLE DB 程序员参考 中的 ITransactionLocal::StartTransaction

要求

Header: atldbcli.h

请参见

参考

CSession 类