Aktualisieren des Konstruktors
Initialisiert eine neue Instanz der Update-Klasse. Dadurch wird automatisch ein Update gestartet. Das Update wird abgebrochen, wenn es nicht explizit gespeichert 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, _
tableid As JET_TABLEID, _
prep As JET_prep _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim prep As JET_prep
Dim instance As New Update(sesid, tableid, _
prep)
public Update(
JET_SESID sesid,
JET_TABLEID tableid,
JET_prep prep
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie Sitzung, für die die Transaktion gestartet werden soll.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDie tableid, für die das Update vorbereitet werden soll.
Prep
Typ: Microsoft.Isam.Esent.Interop.JET_prepDer Typ des Updates.