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.StringThe name of the instance. This string must be unique within a given process hosting the database engine.