The NC_BIOS table contains inventory data about BIOS components.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
|
Version |
nvarchar(64) |
The BIOS version. |
||
|
ReleaseDate |
nvarchar(9) |
The ROM release date. |
||
|
DMICompVersion |
nvarchar(6) |
The DMI (SM) BIOS version. |
||
|
IsAPMSupport |
smallint |
No |
True(1) indicates if it supports the Advanced Power Management specification; else 0. |
|
|
IsACPICompatible |
smallint |
No |
True(1) indicates if it supports the Advanced Configuration and Power Interface; else 0. |
|
|
FamilyCode |
nvarchar(32) |
The BIOS family. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_BiosComp table.