SummarizationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Summarization type to be used by alternative sources' columns.
public enum SummarizationType
type SummarizationType =
Public Enum SummarizationType
- Inheritance
-
SummarizationType
Fields
Name | Value | Description |
---|---|---|
GroupBy | 0 | GroupBy type aggregation. |
Sum | 1 | Sum type aggregation. |
Count | 2 | Count type aggregation. |
Min | 3 | Min type aggregation. |
Max | 4 | Max type aggregation. |
Remarks
This enum is only supported when the compatibility level of the database is at 1460 or above.