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