| 패키지 | mx.olap |
| 인터페이스 | public interface IOLAPResult |
| 구현자 | OLAPResult |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
mx.olap.OLAPQuery
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
mx.olap.OLAPResult
mx.olap.OLAPQueryAxis
mx.olap.IOLAPResultAxis
mx.olap.OLAPResultAxis
mx.olap.OLAPResult
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| axes : Array [읽기 전용]
An Array of IOLAPResultAxis instances that represent all the axes of the query. | IOLAPResult | ||
| query : IOLAPQuery [읽기 전용]
The query whose result is represented by this object. | IOLAPResult | ||
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Returns an axis of the query result. | IOLAPResult | ||
Returns a cell at the specified location in the query result. | IOLAPResult | ||
속성 세부 정보
axes | 속성 |
query | 속성 |
query:IOLAPQuery [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
The query whose result is represented by this object.
구현
public function get query():IOLAPQuery메서드 세부 정보
getAxis | () | 메서드 |
public function getAxis(axisOrdinal:int):IOLAPResultAxis| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Returns an axis of the query result.
매개 변수
axisOrdinal:int — Specify OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
IOLAPResultAxis — The IOLAPQueryAxis instance.
|
getCell | () | 메서드 |
public function getCell(x:int, y:int):IOLAPCell| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a cell at the specified location in the query result.
매개 변수
x:int — The column of the query result.
| |
y:int — The row of the query result.
|
IOLAPCell — An IOLAPCell instance representing the cell.
|
Tue Jun 12 2018, 03:17 PM Z