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 |
Columns
- Feature_
An external key into the first column of the Feature table.
- Component_
An external key into the first column of the Component table.
Remarks
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.
Validation
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.