Jaa


DesignAggregationsResult.Optimization Property

Gets the level of performance improvement reached in the aggregation design process.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public ReadOnly Property Optimization As Double
public double Optimization { get; }
public:
property double Optimization {
    double get ();
}
/** @property */
public double get_Optimization ()
public function get Optimization () : 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DesignAggregationsResult Class
DesignAggregationsResult Members
Microsoft.AnalysisServices Namespace