(仅� 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 实例列表添加的æˆ�员。