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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The CatalogSet_Info table contains information about the catalog sets that the Catalog System uses for this site.
The following table describes the columns in the CatalogSet_Info table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
CatalogSetID |
uniqueidentifier |
no |
The ID of the catalog set. |
CatalogSetName |
nvarchar(255) |
no |
The name of the catalog set. This is a primary key. |
CatalogSetDescription |
nvarchar(255) |
yes |
The description of the catalog set. |
bWildCard |
int |
no |
Specifies whether to include all catalogs. |
Expression |
nvarchar(2000) |
yes |
The expression that is used to create a dynamic catalog set. |
Timestamp |
timestamp |
yes |
The timestamp for the catalog set. |