AggregationMethod 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
匯總子句中使用的方法列舉
public enum AggregationMethod
type AggregationMethod =
Public Enum AggregationMethod
- 繼承
-
AggregationMethod
欄位
Average | 3 | 匯總方法 Average。 |
CountDistinct | 4 | 匯總方法 CountDistinct。 |
Custom | 6 | 自訂匯總方法。 |
Max | 2 | 匯總方法 Max。 |
Min | 1 | 匯總方法 Min。 |
Sum | 0 | 匯總方法 Sum。 |
VirtualPropertyCount | 5 | 匯總方法 Count。 只在內部用來表示虛擬屬性$count。 |