Share via


The modObjectTypes Table

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The modObjectTypes table is a lookup table that enforces object types and associates a description and caption with each object type.

The following table lists the modObjectTypes table columns and their data types and provides a brief description of each.

Column Data type Description
Type char(2) Type of object:

DM = main user table
VM = main database view
DD = detail user table
VD = detail database view
DX = lookup table
DR = relation table
DX = other user tables
WF = workflow table
PR = permission table
SP = stored procedure
TR = trigger
CL = code library

Caption nvarchar(256) A text description of the object type.
rowguid uniqueidentifier Unique identifier used for object types.

See Also

Workflow-Enabled Database Tables | The modColumns Table | The modObjects Table | The modPermissions Table | The modProperties Table (Workflow-Enabled Database) | The modUserRoles Table | The Workflow Tables | The WorkflowActions Tables | The Lookup Table