Edit

Share via


Instance constructor (String)

Initializes a new instance of the Instance class. The underlying JET_INSTANCE is allocated, but not initialized.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New Instance(name)
public Instance(
    string name
)

Parameters

  • name
    Type: System.String

    The name of the instance. This string must be unique within a given process hosting the database engine.

See also

Reference

Instance class

Instance members

Instance overload

Microsoft.Isam.Esent.Interop namespace