VistaApi.JetInit3-Methode
Initialisieren Sie die ESENT-Datenbank-Engine.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Function JetInit3 ( _
ByRef instance As JET_INSTANCE, _
recoveryOptions As JET_RSTINFO, _
grbit As InitGrbit _
) As JET_wrn
'Usage
Dim instance As JET_INSTANCE
Dim recoveryOptions As JET_RSTINFO
Dim grbit As InitGrbit
Dim returnValue As JET_wrn
returnValue = VistaApi.JetInit3(instance, _
recoveryOptions, grbit)
public static JET_wrn JetInit3(
ref JET_INSTANCE instance,
JET_RSTINFO recoveryOptions,
InitGrbit grbit
)
Parameter
instance
Typ: Microsoft.Isam.Esent.Interop.JET_INSTANCEDie instanz, die initialisiert werden soll. Wenn keine Instanz zugeordnet wurde, wird eine neue Instanz erstellt, und die Engine wird im Einzelinstanzmodus ausgeführt.
recoveryOptions
Typ: Microsoft.Isam.Esent.Interop.JET_RSTINFOZusätzliche Wiederherstellungsparameter für die Neuzuordnung von Datenbanken während der Wiederherstellung, Position, an der die Wiederherstellung beendet werden soll, oder Wiederherstellungsstatus.
grbit
Typ: Microsoft.Isam.Esent.Interop.InitGrbitInitialisierungsoptionen.
Rückgabewert
Typ: Microsoft.Isam.Esent.Interop.JET_wrn
Ein Warnungscode.