Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CatalogEnumValues table contains the enumeration values in the catalog.
The following table describes the columns in the CatalogEnumValues table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
PropertyName |
nvarchar(100) |
no |
The name of the property. This is a primary key. |
Value |
nvarchar(128) |
no |
The value of the property type. This is a primary key. |
Language |
nvarchar(10) |
no |
The language of the value. |
Rank |
int |
no |
The rank of the enum value. |