Freigeben über


CatalogSet_Info Table

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.

See Also

Other Resources

Database Tables for the Catalog System

Catalog System Database Tables