AggregationFunction 元素 (ASSL)

包含要用于帐户类型的聚合函数。

语法

  
<Account>  
   ...  
   <AggregationFunction>...</AggregationFunction>  
   ...  
</Account>  

元素特征

特征 说明
数据类型和长度 String(枚举)
默认值 Sum
基数 0-1:可出现一次且仅出现一次的可选元素。

元素关系

关系 元素
父元素 帐户
子元素

备注

此元素的值限定为下列字符串之一:

说明
Sum 使用 Sum 函数聚合度量值。
Count 使用 Count 函数聚合度量值。
Min 使用 Min 函数聚合度量值。
Max 使用 Max 函数对度量值进行聚合。
DistinctCount 使用 DistinctCount 函数聚合度量值。
不聚合度量值。
AverageOfChildren 通过返回度量值子成员的平均值聚合度量值。
FirstChild 通过返回度量值的第一个子成员聚合度量值。
LastChild 通过返回度量值的最后一个子成员聚合度量值。
FirstNonEmpty 通过返回度量值的第一个非空成员聚合度量值。
LastNonEmpty 通过返回度量值的最后一个非空成员聚合度量值。

与分析管理对象 (AMO) 对象模型中的 AggregationFunction 的允许值对应的枚举为 AggregationFunction

另请参阅

Accounts 元素 (ASSL)
属性 (ASSL)