ValueChange.AllocationWeightExpression プロパティ

定義

what-if 分析を実行するときにこの値に使用する MDX 重み式を取得します。

public:
 property System::String ^ AllocationWeightExpression { System::String ^ get(); };
public string AllocationWeightExpression { get; }
Public ReadOnly Property AllocationWeightExpression As String

プロパティ値

What-If 分析を実行するときに、この値に使用する MDX Weight 式です。

注釈

読み取り専用です。

プロパティは AllocationWeightExpression 、この変更が最初に適用された時点で設定された OLAP データ ソースに基づいて、ピボットテーブル レポートの [What-If 分析設定] ダイアログ ボックスの [重み式] 設定に対応します。 コレクションのメソッドPivotTableChangeListを使用してAdd(String, Double, Object, Object, Object)指定したValueChangeオブジェクトが作成され、対応するAllocationWeightExpressionパラメーターが指定されていない場合は、OLAP サーバーの既定の重み式が返されます。

適用対象