FeatureComponents Table

[This is preliminary documentation and subject to change.]

The FeatureComponents table defines the relationship between features and components. Specifically, for each feature, this table lists all the components that make up a feature.

The FeatureComponents table has the following columns.

Column Type Key Nullable
Feature_ Identifier Y N
Component_ Identifier Y N

Columns

Feature_
External key into the Feature table.

External key to column one of the Feature table.

Component_
External key into the Component table.

External key to column one of the Component table.

Remarks

Components can be shared by two or more features (that is, the same component can be referred to by more than one feature).

This table is referred to when the PublishFeatures action or the UnpublishFeatures action is executed.