The NC_VideoAdapter table contains inventory data about video adapters.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
|
MinRefreshRate |
smallint |
The minimum refresh rate. |
||
|
MaxRefreshRate |
smallint |
The maximum refresh rate. |
||
|
MemoryType |
smallint |
The memory type. |
||
|
MemorySize |
int |
The memory size. |
||
|
MinVertResolution |
smallint |
The minimum vertical resolution. |
||
|
MinHorizResolution |
smallint |
The minimum horizontal resolution. |
||
|
MaxVertResolution |
smallint |
The maximum vertical resolution. |
||
|
MaxHorizResolution |
smallint |
The maximum horizontal resolution. |
||
|
NumberBitsPerPixel |
smallint |
The number of bits per pixel. |
||
|
PixelShaderMajorVersion |
|
smallint |
|
Major version for the pixel shader. |
|
PixelShaderMinorVersion |
|
smallint |
|
Minor version for the pixel shader. |
NOTE: FK references:
FK_VideoAdapt_CompOID: ComponentOID references NC_Component.ComponentOID