Subnet table

The Subnet table is a supporting table. Each record represents one subnet defined in network configuration setting.

Column Data Type Key/Index Details
SubnetIP
int
Primary, Foreign
Integer representation for the subnet IP.
SubnetMask
int
Subnet mask.
UserSiteKey
int
Foreign
Referenced from the UserSite table.
SubnetDescription
nvarchar(512)
The description for the subnet.