The NC_LANAdapter table contains inventory data about LAN adapters.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
|
LANAddress |
nvarchar(12) |
The 48-bit Ethernet address associated with this card. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.