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.