DesignAggregationsResult.Optimization Propiedad
Gets the level of performance improvement reached in the aggregation design process.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Optimization As Double
Get
'Uso
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
Valor de la propiedad
Tipo: System.Double
A value between zero and one which represents the level of performance improvement reached in the aggregation design process.
Comentarios
Zero means no aggregations have been designed.
One means all designable aggregations have been designed.