패키지 | 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:17 PM Z