mktg_creative_property_value Table
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The mktg_creative_property_value table in the marketing database contains information about creative property values.
The following table describes the columns in the mktg_creative_property_value table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_cp_id |
int |
no |
The ID of the creative property associated with this creative property value. This is a primary key, and a foreign key into the mktg_creative_property table. |
i_creative_id |
int |
no |
The ID of the creative associated with this creative property value. This is a primary key, and a foreign key into the mktg_creative table. |
text_cpv_value |
ntext |
yes |
The creative property value itself. |