AggregateType 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.
public enum AggregateType
type AggregateType =
Public Enum AggregateType
- Inheritance
-
AggregateType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Make the aggregate type as unknown type. |
Sum | 1 | Make the aggregate type as summation. |
Avg | 2 | Make the aggregate type as average. |
Min | 3 | Make the aggregate type as min. |
Max | 4 | Make the aggregate type as max. |