Düzenle

Aracılığıyla paylaş


Instance constructor (String, String, TermGrbit)

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, _
    displayName As String, _
    termGrbit As TermGrbit _
)
'Usage
Dim name As String
Dim displayName As String
Dim termGrbit As TermGrbit

Dim instance As New Instance(name, displayName, _
    termGrbit)
public Instance(
    string name,
    string displayName,
    TermGrbit termGrbit
)

Parameters

  • name
    Type: System.String

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

  • displayName
    Type: System.String

    A display name for the instance. This will be used in eventlog entries.

See also

Reference

Instance class

Instance members

Instance overload

Microsoft.Isam.Esent.Interop namespace