是[全部]级别还是成员 [英] Is [All] a level aswell as a member

查看:75
本文介绍了是[全部]级别还是成员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我们的ClientId层次结构图中,我看到了在大多数层次结构中都重复的模式:

Looking at the diagram for our ClientId hierarchy I see a pattern that is repeated in most hierarchies:

如果我展开All,那么包括该层次结构的每个成员-All是一个级别还是一个成员?

If I expand All then every member of that hierarchy is included - is All a level as well as a member?

推荐答案

全部,是属性"IsAggregatable"设置为TRUE的属性的所有成员的父成员.

All, is the parent member of all the members of an attribute whose propertey "IsAggregatable" is set to TRUE.

ALL也是包含所有成员的级别.

ALL is also a level that contains the All-member(s).

根据您所使用的以下语句,可以返回合理的结果或错误,因此,最好了解ALL和All之间的区别

Depending what you are using the following statements can return a reasonable result or an Error, so I would it is good to know the difference between ALL and All

Dim.hier.[All].children
Dim.hier.[(All)].children
Dim.hier.[(All)].members
Dim.hier.[ALL].children
Dim.hier.[ALL].members

希望这可以澄清一些事情

Hope this clarifies some things

汤姆

这篇关于是[全部]级别还是成员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆