The NC_Printer table contains inventory data about printers.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
IsRemote |
smallint |
No |
True(1) indicates if it’s a network printer; else 0. |
|
UNCPath |
nvarchar(255) |
The UNC path of the printer. |
||
Port |
nvarchar(6) |
The port to which the printer is assigned, for example, LPT1. |
||
DriverName |
nvarchar(64) |
The printer driver name. |
||
WindowsName |
nvarchar(64) |
The Windows name of the printer. |
||
IPAddress |
|
nvarchar(40) |
|
The IP address for the printer, if it is available. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_PrinterComp table.