Transaktionskonstruktor
Initialisiert eine neue Instanz der Transaction-Klasse. Dadurch wird automatisch eine Transaktion gestartet. Für die Transaktion wird ein Rollback ausgeführt, wenn kein expliziter Commit ausgeführt wird.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie Sitzung, für die die Transaktion gestartet werden soll.