RTblVersionAdminInfo is an interface-specific table; its columns correspond to the properties exposed by the IVersionAdminInfo interface. By default, no class of the Microsoft® Repository Type Information Model (RTIM) implements IVersionAdminInfo. Thus the Repository database does not, by default, include the table RTblVersionAdminInfo. Instead, Repository omits the table from the database to save space. However, as soon as you insert into the repository any class that implements IVersionAdminInfo, Repository creates the table.
Column Name | Data Type | Description |
IntID | RTIntID | The internal identifier of the class. |
Z_BranchID_Z | RTBrID | Indicates the branch of the version graph containing the range to whose items the property values in this row apply. |
Z_VS_Z | RTVerID | A version-within-branch identifier indicating the lower bound of the range to whose items the property values in this row apply. |
Z_VE_Z | RTVerID | A version-within-branch identifier indicating the upper bound of the range to whose items the property values in this row apply. |
VersionCreateTime | Date/Time | The time the version was created. |
VersionModifyTime | Date/Time | The time the version was modified. |
CreateByUser | RTLongString | The user who created the version. |
ModifyByUser | RTLongString | The user who modified the version. |