Enum AggregationUsage
C#
public enum AggregationUsage
Fields
Default | Specifies that the restriction should be Full for key attributes and Unstricted for non-key attributes. |
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. |