事务构造函数

初始化 Transaction 类的新实例。 这会自动开始事务。 如果未显式提交事务,则会回滚该事务。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Sub New ( _
    sesid As JET_SESID _
)
'Usage
Dim sesid As JET_SESID

Dim instance As New Transaction(sesid)
public Transaction(
    JET_SESID sesid
)

parameters

请参阅

参考

Transaction 类

事务成员

Microsoft.Isam.Esent.Interop 命名空间