Edit

JET_INSTANCE_INFO.szInstanceName property

Gets the name of the database instance. This value can be null if the instance does not have a name.

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

Syntax

'Declaration
Public Property szInstanceName As String
    Get
    Private Set
'Usage
Dim instance As JET_INSTANCE_INFO
Dim value As String

value = instance.szInstanceName
public string szInstanceName { get; private set; }

Property value

Type: System.String

See also

Reference

JET_INSTANCE_INFO class

JET_INSTANCE_INFO members

Microsoft.Isam.Esent.Interop namespace