| Pakket | mx.olap |
| Interface | public interface IOLAPQueryAxis |
| Geïmplementeerd door | OLAPQueryAxis |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| sets : Array [alleen-lezen]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
| tuples : Array [alleen-lezen]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | ||
Eigenschapdetails
sets | eigenschap |
sets:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
All the sets of the query axis, as an Array of IOLAPSet instances.
This Array includes sets added by the addMember()
and addTuple() methods.
Implementatie
public function get sets():Arraytuples | eigenschap |
tuples:Array [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
All the tuples added to the query axis, as an Array of IOLAPTuple instances.
This Array includes tuples added by the addMember()
and addSet() methods.
Implementatie
public function get tuples():ArrayMethodedetails
addMember | () | methode |
public function addMember(s:IOLAPMember):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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.
Parameters
s:IOLAPMember — The member to add to the query.
|
addSet | () | methode |
addTuple | () | methode |
public function addTuple(t:mx.olap:IOLAPTuple):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parameters
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Wed Jun 13 2018, 11:42 AM Z