DefaultAggregateFunction 列舉

定義

指定報表工具用來摘要屬性 (導出資料行) 值的彙總函式。

public enum DefaultAggregateFunction
type DefaultAggregateFunction = 
Public Enum DefaultAggregateFunction
繼承
DefaultAggregateFunction

欄位

Average 6

使用彙總函式 AVERAGE。

Count 5

使用彙總函式 COUNT。

Default 0

根據資料類型自動選取適當的彙總函式。

DistinctCount 7

使用彙總函式 DISTINCT COUNT。

Max 4

使用彙總函式 MAX。

Min 3

使用彙總函式 MIN。

None 1

不使用彙總函式。

Sum 2

使用彙總函式 SUM。

備註

使用 「Default」 根據資料類型取得適當的匯總。 使用 「None」 表示報告工具不要匯總值。

適用於