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.
This class represents a global catalog that stores other catalogs.
Data Members
Data Member Name |
Data Type |
Default Value |
Description |
---|---|---|---|
CatalogName |
nvarchar(255) |
Not Null |
Stores the unique key (name) of the object. |
Currency |
nvarchar(255) |
Null |
Not used by the Product Catalog System. |
EndDate |
datetime |
Null |
Not used by the Product Catalog System. |
Locale |
int |
Null |
Not used by the Product Catalog System. |
ProductID |
nvarchar(255) |
Null |
The name of the column in the catalog that stores the ProductID. |
StartDate |
datetime |
Null |
Not used by the Product Catalog System. |
VariantID |
nvarchar(255) |
Null |
The name of the column in the catalog that stores the VariantID. If NULL, product variants are not supported. |
WeightMeasure |
nvarchar(255) |
Null |
Not used by the Product Catalog System. |
ReportingLanguage |
nvarchar(255) |
Null |
The reporting language for catalogs. |
Class Key
CatalogGlobalKey is composed of a single data member, CatalogName.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation Name |
Parent |
Child |
Type |
---|---|---|---|
CatalogSite |
Site |
CatalogGlobal |
3 |