EnableAggregations (Level Interface)
注意: |
---|
下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
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 |
备注
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.
请参阅
参考
AggregationUsage (Dimension Interface)
Level Interface