C# Class Microsoft.Isam.Esent.Interop.NATIVE_INSTANCE_INFO

Mostra file Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property Type Description
cDatabases System.IntPtr
hInstanceId System.IntPtr
szDatabaseDisplayName IntPtr*
szDatabaseFileName IntPtr*
szDatabaseSLVFileName IntPtr*
szInstanceName System.IntPtr

Property Details

cDatabases public_oe property

The number of databases that are attached to the database instance. cDatabases also holds the size of the arrays of strings that are returned in szDatabaseFileName, szDatabaseDisplayName, and szDatabaseSLVFileName.
public IntPtr,System cDatabases
return System.IntPtr

hInstanceId public_oe property

The JET_INSTANCE of the given instance.
public IntPtr,System hInstanceId
return System.IntPtr

szDatabaseDisplayName public_oe property

An array of strings, each holding the display name of a database. This string is always null. The array has cDatabases elements.
public IntPtr* szDatabaseDisplayName
return IntPtr*

szDatabaseFileName public_oe property

An array of strings, each holding the file name of a database that is attached to the database instance. The array has cDatabases elements.
public IntPtr* szDatabaseFileName
return IntPtr*

szDatabaseSLVFileName public_oe property

An array of strings, each holding the file name of the SLV file that is attached to the database instance. The array has cDatabases elements. SLV files are not supported, so this field should be ignored.
public IntPtr* szDatabaseSLVFileName
return IntPtr*

szInstanceName public_oe property

The name of the database instance. This value can be NULL if the instance does not have a name.
public IntPtr,System szInstanceName
return System.IntPtr