套件 | 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:47 PM Z