DesignAggregationsResult.Optimization-Eigenschaft
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
Get
'Usage
Dim instance As DesignAggregationsResult
Dim value As Double
value = instance.Optimization
public double Optimization { get; }
public:
property double Optimization {
double get ();
}
member Optimization : float
function get Optimization () : double
Eigenschaftswert
Typ: System.Double
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.