This table provides the list of enumerated values.
|
Column
|
Field
|
Type
|
Length
|
Primary
|
Description
|
|
1
|
ServerID
|
int
|
4
|
Y
|
Server ID
|
|
2
|
TypeID
|
int
|
4
|
Y
|
Type ID
|
|
3
|
PropertyID
|
int
|
4
|
Y
|
Property ID
|
|
4
|
Code
|
int
|
4
|
Y
|
Enumerated Value
|
|
5
|
DisplayValue
|
varchar
|
254
|
N
|
Display Value for Enumerated Value
|
|
6
|
Enabled
|
int
|
4
|
N
|
Whether Enum value is enabled
|
Table Joins
| Column
|
Primary Table
|
Primary Field
|
Foreign Table
|
Foreign Field
|
|
1
|
ST_PROPERTIES
|
ServerID
|
ST_ENUMVALUES
|
ServerID
|
|
2
|
ST_PROPERTIES
|
TypeID
|
ST_ENUMVALUES
|
TypeID
|
|
3
|
ST_PROPERTIES
|
ID
|
ST_ENUMVALUES
|
PropertyID
|