CSession::Commit

提交事务。

HRESULT Commit( 
   BOOL bRetaining = FALSE, 
   DWORD grfTC = XACTTC_SYNC, 
   DWORD grfRM = 0  
) const throw( );

参数

参见在 OLE DB Programmer's Reference中的 ITransaction::GetTransactionInfo

返回值

标准版HRESULT

备注

有关更多信息,请参见 ITransaction::Commit

要求

标头: atldbcli.h

请参见

参考

CSession 类