JET_DBINFOMISC members
Include protected members
Include inherited members
Holds miscellaneous information about a database. This is the information that is contained in the database header.
The JET_DBINFOMISC type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JET_DBINFOMISC |
Top
Properties
Name | Description | |
---|---|---|
bkinfoCopyPrev | Gets information about the last successful copy backup. | |
bkinfoDiffPrev | Gets information about the last successful differential backup. Reset when bkinfoFullPrev is set. | |
bkinfoFullCur | Gets information about the current backup. | |
bkinfoFullPrev | Gets information about the last successful full backup. | |
bkinfoIncPrev | Gets information about the last successful incremental backup. This value is reset when bkinfoFullPrev is set. | |
cbPageSize | Gets the database page size. A value of 0 means 4Kb pages. | |
dbstate | Gets the consistent/inconsistent state of the database. | |
dwBuildNumber | Gets the OS build number from the last attach. | |
dwMajorVersion | Gets the OS major version from the last attach. | |
dwMinorVersion | Gets the OS minor version from the last attach. | |
fShadowingDisabled | Gets a value indicating whether catalog shadowing is enabled. This value is for internal use only. | |
fUpgradeDb | Gets a value indicating whether the database is being upgraded. This value is for internal use only. | |
genCommitted | Gets the maximum log generation committed to the database. Typically the current log generation. | |
genMaxRequired | Gets the maximum log generation required for replaying the logs. | |
genMinRequired | Gets the minimum log generation required for replaying the logs. Typically the checkpoint generation. | |
lgposAttach | Gets the lgpos of the last attach. | |
lgposConsistent | Gets the lgpos when the database was made consistent. This value is null if the database is inconsistent. | |
lgposDetach | Gets the lgpos of the last detach. | |
logtimeAttach | Gets the time when the database was attached. | |
logtimeBadChecksum | Gets the last time a non-correctable checksum error was found. | |
logtimeConsistent | Gets the time when the database was made consistent. This value is null if the database is inconsistent. | |
logtimeDetach | Gets the time of the last detach. | |
logtimeECCFixFail | Gets the last time an uncorrectable one bit error was encountered. | |
logtimeECCFixSuccess | Gets the last time a one bit error was successfully fixed. | |
logtimeGenMaxCreate | Gets the creation time of the genMaxRequired logfile. | |
logtimeRepair | Gets the last time that repair was run against this database. | |
lSPNumber | Gets the OS Service Pack number from the last attach. | |
signDb | Gets the database signature. | |
signLog | Gets the logfile signature of logs used to modify the database. | |
ulBadChecksum | Gets the number of times a non-correctable checksum error was found. | |
ulBadChecksumOld | Gets the number of times a non-correctable checksum error was found before the last repair. | |
ulECCFixFail | Gets the number of times an uncorrectable one bit error was encountered. | |
ulECCFixFailOld | Gets the number of times an uncorrectable one bit error was encountered. | |
ulECCFixSuccess | Gets the number of times a one bit error was successfully fixed. | |
ulECCFixSuccessOld | Gets the number of times a one bit error was successfully fixed before the last repair. | |
ulRepairCount | Gets the number of times repair has been called on this database. | |
ulRepairCountOld | Gets the number of times this database was repaired before the last defrag. | |
ulUpdate | Gets the incremental version of Esent that created the database. | |
ulVersion | Gets the version of Esent that created the database. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) | |
Equals(JET_DBINFOMISC) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets a string representation of this object. (Overrides Object.ToString().) |
Top