Enum SummarizationType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Specifies the Summarization type to be used by alternative sources' columns.
public enum SummarizationType
Fields
Name | Description |
---|---|
Count | Count type aggregation. |
GroupBy | GroupBy type aggregation. |
Max | Max type aggregation. |
Min | Min type aggregation. |
Sum | Sum type aggregation. |
Remarks
This enum is only supported when the compatibility level of the database is at 1460 or above.