패키지 | mx.olap |
인터페이스 | public interface IOLAPQuery |
구현자 | OLAPQuery |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Gets an axis from the query. | IOLAPQuery | ||
Sets an axis to the query. | IOLAPQuery |
메서드 세부 정보
getAxis | () | 메서드 |
public function getAxis(axisOridnal:int):IOLAPQueryAxis
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Gets an axis from the query. You typically call this method to obtain an uninitialized IOLAPQueryAxis instance, then configure the IOLAPQueryAxis instance for the query.
매개 변수
axisOridnal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
IOLAPQueryAxis — The IOLAPQueryAxis instance.
|
setAxis | () | 메서드 |
public function setAxis(axisOridnal:int, axis:IOLAPQueryAxis):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Sets an axis to the query.
매개 변수
axisOridnal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
| |
axis:IOLAPQueryAxis — The IOLAPQueryAxis instance.
|
Tue Jun 12 2018, 03:17 PM Z