EnableAggregations (Level Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
The EnableAggregations property of the Level interface specifies whether aggregations can be created for the level by the aggregation design algorithm.
Applies To:clsCubeLevel, clsPartitionLevel
Data Type
Boolean
Access
Access depends on the value of the ClassType property of the object.
Class type | Access |
---|---|
clsCubeLevel |
R/W |
clsPartitionLevel |
R |
Hinweise
To create aggregations for a level when aggregations are designed for the parent dimension, set the EnableAggregations property of the level to True and set the AggregationUsage property of the dimension to dimAggUsageCustom.
Siehe auch
Verweis
AggregationUsage (Dimension Interface)
Level Interface