Pakket | mx.olap |
Interface | public interface IOLAPQuery |
Geïmplementeerd door | OLAPQuery |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Gets an axis from the query. | IOLAPQuery | ||
Sets an axis to the query. | IOLAPQuery |
Methodedetails
getAxis | () | methode |
public function getAxis(axisOridnal:int):IOLAPQueryAxis
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Parameters
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 | () | methode |
public function setAxis(axisOridnal:int, axis:IOLAPQueryAxis):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Sets an axis to the query.
Parameters
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.
|
Wed Jun 13 2018, 11:42 AM Z