包 | mx.olap |
接口 | public interface IOLAPTuple |
实现器 | OLAPTuple |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
explicitMembers : IList [只读]
用户已作为 IOLAPMember 实例列表添加此 tuple 中的成员。 | IOLAPTuple |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
在 tuple 中添加新成员。 | IOLAPTuple | ||
将成员列表添加到 tuple 中。 | IOLAPTuple |
属性详细信息
explicitMembers | 属性 |
方法详细信息
addMember | () | 方法 |
public function addMember(member:IOLAPElement):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
在 tuple 中添加新成员。
参数
member:IOLAPElement — 要添加的成员。如果 member 是维度或层次结构,则会添加其默认成员。如果 member 是 IOLAPMember 的实例,则会直接添加它。
|
addMembers | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z