CSession::Abort

停止该事务。

HRESULT Abort( 
   BOID* pboidReason = NULL, 
   BOOL bRetaining = FALSE, 
   BOOL bAsync = FALSE  
) const throw( );

参数

请参见《OLE DB 程序员参考》中的 ITransaction::Abort

返回值

标准 HRESULT

要求

Header: atldbcli.h

请参见

参考

CSession 类