DesignAggregationsResult.Optimization Property
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.
Gets the level of performance improvement reached in the aggregation design process.
public double Optimization { get; }
member this.Optimization : double
Public ReadOnly Property Optimization As Double
Property Value
A value between zero and one which represents the level of performance improvement reached in the aggregation design process.
Remarks
Zero means no aggregations have been designed. One means all designable aggregations have been designed.