Api.JetCreateInstance method

Allocates a new instance of the database engine.

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

Syntax

'Declaration
Public Shared Sub JetCreateInstance ( _
    <OutAttribute> ByRef instance As JET_INSTANCE, _
    name As String _
)
'Usage
Dim instance As JET_INSTANCE
Dim name As StringApi.JetCreateInstance(instance, _
    name)
public static void JetCreateInstance(
    out JET_INSTANCE instance,
    string name
)

Parameters

  • name
    Type: System.String

    The name of the instance. Names must be unique.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace