DesignAggregationsResult Class
Updated: May 24, 2016
Defines what information is returned about the aggregations design process.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | AggregationCount | Gets the total number of aggregations designed to this point. |
![]() | LastStep | Gets a Boolean value that tells if the aggregation design process has finished. |
![]() | Optimization | Gets the level of performance improvement reached in the aggregation design process. |
![]() | Steps | Gets the number of steps the designer accomplished in the last aggregation design iteration. |
![]() | Storage | Gets the total estimated storage, in bytes, required for aggregations designed to this point. |
![]() | Time | Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
New: 17 July 2006
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

