This SQL table contains the properties that are attached to the IMdoControl interface of the MDO Model. The IntID column is the primary key for this table.
| Column Name | Data Type | Description | 
| IntID | 8 byte SQL_BINARY | The internal identifier for the control object. | 
| CtlIx | SQL_INTEGER | The index value for the control, if it is a member of a control array. Otherwise, this field is not used. | 
| ClassName | SQL_VARCHAR | The class name of the control. | 
| ProgID | SQL_VARCHAR | The Visual Basic programmatic identifier for the control. | 
| Description | SQL_VARCHAR | A description of the control. |