Share via


CatHierarchy

This class represents a level of a hierarchical sales catalog.

Data Members

Data Member Name

Data Type

Default Value

Description

ChildCategoryCat

nvarchar(400)

Unknown

Stores the catalog name concatenated with the child category name.

ParentCategoryCat

nvarchar(400)

Unknown

Stores the catalog name concatenated with the parent category name.

Class Key

CatHierarchyKey is composed of the following data members:

   ParentCategoryCat + ChildCategoryCat.

Relations

No relations are defined for this class.

See Also

Other Resources

Data Warehouse Classes