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