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

Siehe auch

Verweis

Update-Klasse

Aktualisieren von Mitgliedern

Microsoft.Isam.Esent.Interop-Namespace