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.
The TargetGroupXRef class cross-references a target group with the custom content for the target group. Target objects form target groups by linking with a TargetGroup object. The custom content, represented by a CampaignItem object, links to the TargetGroup object through the TargetGroupXRef object.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
CampaignItemID |
binary(6) |
0 |
Key member. |
SiteName |
nvarchar(255) |
None |
Stores the name of the site associated with the object. |
TargetGroupID |
binary(6) |
0 |
Key member. |
Class Key
TargetGroupXrefKey is composed of the following data members:
CampItemNum + TargetGroupNum
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
CampaignItemTargetGroupXRefRel |
CampaignItem |
TargetGroupXRef |
2 |
TargetGroupTargetGroupXRefRel |
TargetGroup |
TargetGroupXRef |
2 |