IMsCrossDimensionAggregationTransform.WeightsExpression

Syntax

WeightsExpression: IExpression;

Description

The WeightsExpression property determines the expression that is used to calculate aggregation weights.

Comments

The WeightsExpression value is taken into account if weighted aggregation method (for example, weighted sum) is selected.

The collection of the elements that can be used in the expression is returned by the IMsCrossDimensionAggregationTransform.WeightsOperands property.

Example

The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.

See also:

IMsCrossDimensionAggregationTransform