AggregationMethodDefinition 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,封裝定義匯總方法所需的所有資訊。
public sealed class AggregationMethodDefinition
type AggregationMethodDefinition = class
Public NotInheritable Class AggregationMethodDefinition
- 繼承
-
AggregationMethodDefinition
欄位
Average |
傳回平均匯總方法的定義。 |
CountDistinct |
傳回 countdistinct 匯總方法的定義。 |
Max |
傳回最大匯總方法的定義。 |
Min |
傳回最小匯總方法的定義。 |
Sum |
傳回總和匯總方法的定義。 |
VirtualPropertyCount |
傳回用來計算$count之匯總方法的定義。 |
屬性
MethodKind |
傳 AggregationMethod 回這個方法定義的 。 |
MethodLabel |
傳回這個方法定義的標籤。 |
方法
Custom(String) |
從其標籤建立自訂方法定義。 |