The NC_SerialPort table contains inventory data about serial ports.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
|
LogicalName |
nvarchar(4) |
The name of the port, for example, COM1. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.