AggregationLevelProperty
Maps a level property to its corresponding column in an aggregation table, enabling access to dimensional member properties in aggregated queries. Level properties provide additional descriptive information about dimension members beyond their keys and names, such as member descriptions, custom attributes, or categorization data.
Extends
Attributes
Name | Id | Type | Lower | Upper |
---|---|---|---|---|
name | false | EString | 1 | 1 |
Required name identifier for the level property that this aggregation level property represents. This name must correspond to a property defined in the level schema, enabling proper property access in aggregated queries. |
References
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
column | Column🔗 | 0 | 1 | false |
Reference to the column in the aggregation table that stores the property values. This column contains the actual property data that corresponds to the level property definition in the cube schema. |
Used by
- AggregationLevel🔗 → aggregationLevelProperties