IMsCollapseTransform.MethodType

Syntax

MethodType: MsCollapseType;

Description

The MethodType property determines the aggregation method to be applied to output variable.

Comments

By default, aggregation is executed by summing up values of original frequency, that is, MethodType = MsCollapseType.Total.

Example

The property use is given in the example for IMsCollapseTransform.Input.

See also:

IMsCollapseTransform