共用方式為


AggregationMethodDefinition 類別

定義

類別,封裝定義匯總方法所需的所有資訊。

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)

從其標籤建立自訂方法定義。

適用於