The NC_IPAddress table contains information about IP addresses associated with LAN adaptors.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
IPAddressOID |
PK |
binary(16) |
No |
Internal ID number used as a primary key. |
|
IPAddress |
|
nvarchar(40) |
|
IP address associated with a particular LAN card. |
|
SubnetMask |
nvarchar(40) |
IP Subnet Mask associated with a particular LAN card. |
||
|
LANAdapterOID |
FK |
binary(16) |
No |
LAN Adapter this IP entry is associated to. |