CatalogEnumValues Table
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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. |