CatalogDefinitionPropertyList Table

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The CatalogDefinitionPropertyList table contains information about the definition properties in the catalog. The following table describes the columns in the CatalogDefinitionPropertyList table.

The following table describes the columns in the CatalogDefinitionPropertyList table.

Column name

Type

Allow null

Description

DefinitionName

nvarchar(128)

no

The name of the definition property. This is a primary key and foreign key.

PropertyType

int

no

Specifies whether this is a normal or variant property. This is a primary key.

Properties

CatalogDynamicSqlStatement(nvarchar(max))

yes

A comma-separated list of the properties.

See Also

Other Resources

Database Tables for the Catalog System

Catalog System Database Tables