| 包 | mx.olap |
| 接口 | public interface IOLAPTuple |
| 实现器 | OLAPTuple |
另请参见
| 属性 | 定义方 | ||
|---|---|---|---|
| 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 实例列表添加的成员。 |