패키지 | mx.olap |
인터페이스 | public interface IOLAPQueryAxis |
구현자 | OLAPQueryAxis |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
sets : Array [읽기 전용]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [읽기 전용]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Adds a single member to the query axis. | IOLAPQueryAxis | ||
Adds a set to the query axis. | IOLAPQueryAxis | ||
Adds a tuple to the query axis. | IOLAPQueryAxis |
속성 세부 정보
sets | 속성 |
tuples | 속성 |
메서드 세부 정보
addMember | () | 메서드 |
public function addMember(s:IOLAPMember):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Adds a single member to the query axis. The member is automatically converted to an IOLPASet instance. This method is useful when adding a member to a slicer axis.
매개 변수
s:IOLAPMember — The member to add to the query.
|
addSet | () | 메서드 |
addTuple | () | 메서드 |
public function addTuple(t:mx.olap:IOLAPTuple):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
매개 변수
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Tue Jun 12 2018, 03:17 PM Z