Skip to main content

Enum AggregationUsage

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum AggregationUsage

Fields

FieldsDescription
DefaultSpecifies that the restriction should be Full for key attributes and Unstricted for non-key attributes.
FullSpecifies that the parent attribute must be present in every aggregation defined in the cube.
NoneSpecifies that the parent attribute cannot be included in any aggregation defined in the cube.
UnrestrictedSpecifies that no restrictions are placed on the aggregation design relative to this attribute.