DimensionAggUsageTypes
注意 |
---|
下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
Enumerates values for the AggregationUsage property.
Constant |
Description |
---|---|
dimAggUsageCustom |
Creates aggregations for dimension levels as specified by level |
dimAggUsageDetailsOnly |
Creates aggregations on only the lowest level in the dimension |
dimAggUsageStandard |
Creates aggregations as determined by the aggregation design algorithm |
dimAggUsageTopAndDetailsOnly |
Creates aggregations only for the top (All) and lowest levels in the dimension |
dimAggUsageTopOnly |
Creates aggregations only for the top (All) level |