The modObjectTypes table is a lookup table that enforces object types and associates a description and caption with an object type.
The modObjectTypes database table contains a number of columns used by the team solutions. The following table lists those columns and their data types and provides a brief description of each.
Column | Data type | Description |
Type | char(2) | Type of object:
main user table main database view detail user table detail database view lookup table relation table other user tables workflow table permission table stored procedure trigger code library
|
Caption | nvarchar(256) | A text description of the object type. |
rowguid | uniqueidentifier | Unique identifier used for replication. |