Share via


Category

This class represents a category of a sales catalog.

Data Members

Data Member Name

Data Type

Default Value

Description

CatalogName

nvarchar(255)

Unknown

Stores the catalog name.

CategoryName

nvarchar(255)

Unknown

Stores the category name.

CategoryNameCat

nvarchar(400)

Unknown

Stores the unique key (CatalogName concatenated with CategoryName) for the object.

IntroductionDate

datetime

Null

The date the category was inserted into the catalog.

Name

nvarchar(255)

Null

None.

OnSale

int

Null

None.

ProductCode

nvarchar(255)

Null

None.

ProductColor

nvarchar(255)

Null

None.

ProductSize

nvarchar(255)

Null

None.

Class Key

CategoryKey is composed of a single data member, CategoryNameCat.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name

Parent

Child

Type

Category

Category

Products

3

See Also

Other Resources

Data Warehouse Classes