Topic Last Modified: 2010-03-26
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 |
Integer representation for subnet IP |
SubnetMask |
int |
Subnet mask |
|
UserSiteKey |
int |
Foreign |
Referenced from UserSite Table. |
SubnetDescription |
Nvarchar(512) |
The description for the subnet |