EstimatedPerformanceGain 屬性
Gets or sets the estimated performance gain of a partition (as a percentage increase).
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property EstimatedPerformanceGain As Integer
Get
Set
'用途
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)
屬性值
型別:System. . :: . .Int32
An integer representing a percentage performance gain.