AggregationDesign.EstimatedPerformanceGain プロパティ

パーティションの推定パフォーマンス向上値 (増分のパーセンテージ) を取得します。値の設定も可能です。

名前空間:  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
パフォーマンス向上値のパーセンテージを表す integer です。

関連項目

参照

AggregationDesign クラス

Microsoft.AnalysisServices 名前空間