DesignAggregationsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines what information is returned about the aggregations design process.
[System.Runtime.InteropServices.Guid("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")]
public sealed class DesignAggregationsResult
[<System.Runtime.InteropServices.Guid("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")>]
type DesignAggregationsResult = class
Public NotInheritable Class DesignAggregationsResult
- Inheritance
-
DesignAggregationsResult
- Attributes
Properties
AggregationCount |
Gets the total number of aggregations designed to this point. |
LastStep |
Gets an indication 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. |