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 mktg_expression_depends table in the marketing database contains information about expression dependencies in the Marketing System.
The following table describes the columns in the mktg_expression_depends table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_expr_id |
int |
no |
The ID of this expression. This is a primary key, and a foreign key into the mktg_expression table. |
i_expr_depend |
int |
no |
The ID of the expression on which this expression depends. This is a primary key, and a foreign key into the mktg_expression table. |