IMsCrossDimensionAggregationTransform.WeightsOperands

Fore Syntax

WeightsOperands: IMsFormulaTermList;

Fore.NET Syntax

WeightsOperands: Prognoz.Platform.Interop.Ms.IMsFormulaTermList;

Description

The WeightsOperands property returns the collection of elements, which can be used in the expression to calculate aggregation weights.

Comments

The expression for calculating aggregation weights is determined by the IMsCrossDimensionAggregationTransform.WeightsExpression property.

Fore and Fore.NET Examples

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

See also:

IMsCrossDimensionAggregationTransform