Edit

JET_INSTANCE_INFO.szDatabaseFileName property

Gets a collection of strings, each holding the file name of a database that is attached to the database instance. The array has cDatabases elements.

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

Syntax

'Declaration
Public ReadOnly Property szDatabaseFileName As IList(Of String)
    Get
'Usage
Dim instance As JET_INSTANCE_INFO
Dim value As IList(Of String)

value = instance.szDatabaseFileName
public IList<string> szDatabaseFileName { get; }

Property value

Type: System.Collections.Generic.IList<String>

See also

Reference

JET_INSTANCE_INFO class

JET_INSTANCE_INFO members

Microsoft.Isam.Esent.Interop namespace