This table contains the list of types.
|
Column |
Field |
Type |
Length |
Primary |
Description |
|---|---|---|---|---|---|
|
1 |
ServerID |
int |
4 |
Y |
Server ID |
|
2 |
ClassID |
int |
4 |
Y |
Class ID for type |
|
3 |
TypeName |
varchar |
254 |
N |
Type Name |
|
4 |
DisplayName |
varchar |
254 |
N |
Display Name |
|
5 |
PropertyCount |
int |
4 |
N |
Property Count |
|
6 |
IsItem |
int |
4 |
N |
Is an Item type |
|
7 |
IsComponent |
int |
4 |
N |
Is a component |
|
8 |
IsMPXSupported |
int |
4 |
N |
Is MPX enabled |