套件 | mx.olap |
介面 | public interface IOLAPTuple |
實作者 | OLAPTuple |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
explicitMembers : IList [唯讀]
The user added members of this tuple, as a list of IOLAPMember instances. | IOLAPTuple |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Adds a new member to the tuple. | IOLAPTuple | ||
Adds a list of members to the tuple. | IOLAPTuple |
屬性詳細資訊
explicitMembers | 屬性 |
方法詳細資訊
addMember | () | 方法 |
public function addMember(member:IOLAPElement):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Adds a new member to the tuple.
參數
member:IOLAPElement — The member to add.
If member is a dimension or hierarchy, its default member
is added. If member is an instance of IOLAPMember,
it is added directly.
|
addMembers | () | 方法 |
Tue Jun 12 2018, 03:47 PM Z