PivotTable.AllocationWeightExpression プロパティ

定義

OLAP データ ソースに基づいてピボットテーブル レポートで what-if 分析を実行するときに使用する MDX 重み式を取得または設定します。

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

プロパティ値

OLAP データ ソースに基づくピボットテーブル レポートで what-if 分析を実行するときに使用する MDX 重み式。

注釈

値の取得と設定が可能です。

プロパティは AllocationWeightExpression 、[What-If 分析設定] ダイアログ ボックスの [重み式] 設定に対応します。 プロパティを AllocationWeightExpression 設定する前に、 プロパティを AllocationMethod に設定する xlWeightedAllocation必要があります。

適用対象