RootMemberIf 元素 (ASSL)
确定如何识别父级属性的根成员或成员。
语法
<DimensionAttribute>
...
<RootMemberIf>...</RootMemberIf>
...
</DimensionAttribute>
元素特征
特征 |
说明 |
---|---|
数据类型和长度 |
String(枚举) |
默认值 |
ParentIsBlankSelfOrMissing |
基数 |
0-1:可出现一次且仅出现一次的可选元素 |
注释
RootMemberIf 元素的值仅可由父级属性用来(即,将 DimensionAttribute 父元素的 Usage 元素的值设置为 Parent)确定父子层次结构的根(最顶部)成员。
此元素的值限定为下表中列出的字符串之一。
值 |
说明 |
---|---|
ParentIsBlankSelfOrMissing |
只有符合一个或多个为 ParentIsBlank、ParentIsSelf 或 ParentIsMissing 所描述的条件的成员才会被视为根成员。 |
ParentIsBlank |
只有 DimensionAttribute 的 KeyColumns 集合所表示的键列中有空值、零或空字符串的成员才会被视为根成员。 |
ParentIsSelf |
只有本身作为父级的成员才会被视为根成员。 |
ParentIsMissing |
只有无法找到其父级的成员才会被视为根成员。 |
在 Analysis Management Objects (AMO) 对象模型中,与 RootMemberIf 的允许值对应的枚举为 RootIfValue。