Topic Last Modified: 2010-03-26
The UserSite table is a supporting table; each record represents one UserSite defined in network configuration setting.
Column | Data Type | Key/Index | Details |
---|---|---|---|
UserSiteKey |
int |
Primary |
Unique number identifying the UserSite. |
UserSiteName |
nvarchar(128) |
Unique |
UserSite’s name |
RegionKey |
int |
Foreign |
Referenced from Region Table. |