AggregationFunctionType 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 class AggregationFunctionType
[System.Serializable]
public enum AggregationFunctionType
type AggregationFunctionType =
Public Enum AggregationFunctionType
- Inheritance
-
AggregationFunctionType
- Attributes
Fields
| Avg | 2 | |
| Count | 1 | |
| Max | 4 | |
| Min | 3 | |
| Sum | 0 |