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.
The FeatureComponents table defines the relationship between features and components. For each feature, this table lists all the components that make up that feature.
The FeatureComponents table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Feature_ | Identifier | Y | N |
Component_ | Identifier | Y | N |
-
Feature_
-
An external key into the first column of the Feature table.
-
Component_
-
An external key into the first column of the Component table.
There is a maximum limit of 1600 components per feature.
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.