(仅限 Flex 数据可视化组件)
mx.olap
接口public interface IOLAPTuple
实现器 OLAPTuple

IOLAPTuple 接口表示 tuple。可以使用 tuple 来指定作为 OLAPSet 实例的查询轴上的元素。

另请参见

mx.olap.OLAPSet


公共属性
 属性定义方
  explicitMembers : IList
[只读 (read-only)] 用户已作为 IOLAPMember 实例列表添加此 tuple 中的成员。
IOLAPTuple
公共方法
 方法定义方
  
在 tuple 中添加新成员。
IOLAPTuple
  
将成员列表添加到 tuple 中。
IOLAPTuple
属性详细信息
explicitMembers属性
explicitMembers:IList  [只读 (read-only)]

用户已作为 IOLAPMember 实例列表添加此 tuple 中的成员。



实现
    public function get explicitMembers():IList
方法详细信息
addMember()方法
public function addMember(member:IOLAPElement):void

在 tuple 中添加新成员。

参数

member:IOLAPElement — 要添加的成员。如果 member 是维度或层次结构,则会添加其默认成员。如果 member 是 IOLAPMember 的实例,则会直接添加它。

addMembers()方法 
public function addMembers(value:IList):void

将成员列表添加到 tuple 中。当需要将多个成员添加到 tuple 中时可调用此方法。

参数

value:IList — 要作为 IOLAPMember 实例列表添加的成员。