Account 元素 (ASSL)
包含有关 数据库 元素中的帐户类型的详细信息。
语法
<Accounts>
<Account>
<AccountType>...</AccountType>
<AggregationFunction>...</AggregationFunction>
<Aliases>...</Aliases>
<Annotations>...</Annotations>
</Account>
</Accounts>
元素特征
特征 | 说明 |
---|---|
数据类型和长度 | 无 |
默认值 | 无 |
基数 | 0-n:可多次出现的可选元素。 |
元素关系
关系 | 元素 |
---|---|
父元素 | 帐户 |
子元素 | AccountType、 AggregationFunction、 别名、 批注 |
备注
" 类型 " 元素设置为 "帐户" 的维度可以具有指定帐户类型的属性,例如 "收入"、"支出" 等,由维度中的成员表示。 然后, AggregationFunction 元素设置为 ByAccount 的帐户类型由 Measure元素使用,以确定聚合该维度的成员时要使用的聚合函数。 Account元素表示一个帐户类型和此类度量值应使用的聚合函数。
如果聚合函数不同于每个帐户类型 Analysis Services 使用的默认值,则必须列出该帐户类型。
有效帐户类型集是固定的。
分析管理对象 (AMO) 对象模型中的相应元素是 Account 。