ST_TYPES

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

Table Joins

Column Primary Table Primary Field Foreign Table Foreign Field

1

ST_TYPES

ServerID

ST_PROPERTIES

ServerID

2

ST_TYPES

ClassID

ST_PROPERTIES

TypeID

1

ST_SERVER

ServerID

ST_TYPES

ServerID