Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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