Api.JetInit method

Initialize the ESENT database engine.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Sub JetInit ( _
    ByRef instance As JET_INSTANCE _
)
'Usage
Dim instance As JET_INSTANCEApi.JetInit(instance)
public static void JetInit(
    ref JET_INSTANCE instance
)

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace