AggregationUsage Enumeration
AggregationUsage Enumeration
The AggregationUsage enumeration provides a list of potential restrictions that can be placed on aggregation designs relative to the parent attribute.
Enumeration Values
| Name | Summary |
|---|---|
| Full | Specifies that the parent attribute must be present in every aggregation defined in the cube. |
| None | Specifies that the parent attribute cannot be included in any aggregation defined in the cube. |
| Unrestricted | Specifies that no restrictions are placed on the aggregation design relative to this attribute. |
| Default | Specifies that the restriction should be Full for key attributes and Unstricted for non-key attributes. |