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 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>