ValueChange.AllocationWeightExpression 属性

定义

获取执行 What-if 分析时要用于此值的 MDX 权重表达式。

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

属性值

执行模拟分析时要用于此值的 MDX 加权表达式。

注解

此为只读属性。

属性 AllocationWeightExpression 对应于基于 OLAP 数据源的数据透视表的“What-If 分析设置”对话框中的“权重表达式”设置,因为该报表是在最初应用此更改时设置的。 如果指定的 ValueChange 对象是使用 Add(String, Double, Object, Object, Object) 集合的 PivotTableChangeList 方法创建的,并且未提供相应的 AllocationWeightExpression 参数,则返回 OLAP 服务器的默认权重表达式。

适用于