Partager via


Propriété AggregationDesign.EstimatedPerformanceGain

Gets or sets the estimated performance gain of a partition (as a percentage increase).

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property EstimatedPerformanceGain As Integer 
    Get 
    Set
'Utilisation
Dim instance As AggregationDesign 
Dim value As Integer 

value = instance.EstimatedPerformanceGain

instance.EstimatedPerformanceGain = value
public int EstimatedPerformanceGain { get; set; }
public:
property int EstimatedPerformanceGain {
    int get ();
    void set (int value);
}
member EstimatedPerformanceGain : int with get, set
function get EstimatedPerformanceGain () : int 
function set EstimatedPerformanceGain (value : int)

Valeur de propriété

Type : System.Int32
An integer representing a percentage performance gain.

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices