Freigeben über


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

Eigenschaftswert

A value between zero and one which represents the level of performance improvement reached in the aggregation design process.

Hinweise

Zero means no aggregations have been designed.

One means all designable aggregations have been designed.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DesignAggregationsResult Class
DesignAggregationsResult Members
Microsoft.AnalysisServices Namespace