CatalogDependentCatalogs Table

The CatalogDependentCatalogs table contains information about the catalogs that depend on the catalog to which this table refers. There is one CatalogDependentCatalogs table for each catalog in your system. The Catalog System creates this table when it creates the catalog. The table name has the format <CatalogName>_CatalogDependentCatalogs.

The following table describes the columns in the CatalogDependentCatalogs table.

Column name

Type

Allow null

Description

CatalogName

nvarchar(128)

no

The name of the dependent catalog.

This is a primary key.

See Also

Other Resources

Database Tables for Product Catalogs

Catalog System Database Tables