Meta Data Services Programming
RTblSites SQL Table
RTblSites contains translation data that maps a global site identifier to a local site identifier. There is one row for each repository site known to this repository database.
Column name | Data type | Description |
---|---|---|
SiteID | RTSiteID | The site identifier for a repository site that is known to this repository database |
SiteGUID | RTGUID | The global identifier for the site |
Remarks
The RTblSites table provides a translation capability between the global site identifier that uniquely identifies a site across all repositories and the local site identifier, which is unique only within the current repository database. The smaller local site identifier is a part of the internal identifier that is used to identify a repository object within the repository database.
The primary key for this table is the SiteID column. A unique index is defined on the SiteGUID column.