(仅限 Flex 数据可视化组件)
mx.olap
接口public interface IOLAPMember extends IOLAPElement
实现器 OLAPMember

IOLAPMember 接口提供 OLAP 架构的一个层次的成员。

另请参见

mx.olap.OLAPMember


公共属性
 属性定义方
  children : IList
[只读 (read-only)] 此成员的子级,作为 IOLAPMember 实例列表。
IOLAPMember
 Inheriteddimension : IOLAPDimension
[只读 (read-only)] 此元素所属的维度。
IOLAPElement
 InheriteddisplayName : String
[只读 (read-only)] OLAP 元素的名称,可作为 String 显示。
IOLAPElement
  hierarchy : IOLAPHierarchy
[只读 (read-only)] 此成员所属的层次结构。
IOLAPMember
  isAll : Boolean
[只读 (read-only)] 如果此为层次结构的所有成员,则返回 true。
IOLAPMember
  isMeasure : Boolean
[只读 (read-only)] 如果此成员表示维度的测量,则返回 true。
IOLAPMember
  level : IOLAPLevel
[只读 (read-only)] 此成员所属的级别。
IOLAPMember
 Inheritedname : String
[只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。
IOLAPElement
  parent : IOLAPMember
[只读 (read-only)] 此成员的父级。
IOLAPMember
 InheriteduniqueName : String
[只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。
IOLAPElement
公共方法
 方法定义方
  
返回具有给定名称的此成员的子级。
IOLAPMember
属性详细信息
children属性
children:IList  [只读 (read-only)]

此成员的子级,作为 IOLAPMember 实例列表。



实现
    public function get children():IList
hierarchy属性 
hierarchy:IOLAPHierarchy  [只读 (read-only)]

此成员所属的层次结构。



实现
    public function get hierarchy():IOLAPHierarchy
isAll属性 
isAll:Boolean  [只读 (read-only)]

如果此为层次结构的所有成员,则返回 true



实现
    public function get isAll():Boolean
isMeasure属性 
isMeasure:Boolean  [只读 (read-only)]

如果此成员表示维度的测量,则返回 true



实现
    public function get isMeasure():Boolean
level属性 
level:IOLAPLevel  [只读 (read-only)]

此成员所属的级别。



实现
    public function get level():IOLAPLevel
parent属性 
parent:IOLAPMember  [只读 (read-only)]

此成员的父级。



实现
    public function get parent():IOLAPMember
方法详细信息
findChildMember()方法
public function findChildMember(name:String):IOLAPMember

返回具有给定名称的此成员的子级。

参数

name:String — 该成员的名称。

返回
IOLAPMember — IOLAPMember 实例列表,用于表示成员,或者如果未找到成员则为 null。