Api.JetRollback 方法
撤消对数据库状态所做的更改,并返回到最后一个保存点。 JetRollback 还会关闭保存点期间打开的任何游标。 如果撤消最外面的保存点,会话将退出事务。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetRollback ( _
sesid As JET_SESID, _
grbit As RollbackTransactionGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim grbit As RollbackTransactionGrbitApi.JetRollback(sesid, grbit)
public static void JetRollback(
JET_SESID sesid,
RollbackTransactionGrbit grbit
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要为其回滚事务的会话。
grbit
类型: Microsoft.Isam.Esent.Interop.RollbackTransactionGrbit回滚选项。