| Paket | mx.olap |
| Klass | public class OLAPQueryAxis |
| Arv | OLAPQueryAxis Object |
| Implementerar | IOLAPQueryAxis |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Dölj MXML-syntax
The <mx:OLAPQueryAxis> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPQueryAxis
Properties
/>
Relaterade API-element
| Egenskap | Definieras med | ||
|---|---|---|---|
| axisOrdinal : int
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis. | OLAPQueryAxis | ||
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
| sets : Array [skrivskyddad]
All the sets of the query axis, as an Array of IOLAPSet instances. | OLAPQueryAxis | ||
| tuples : Array [skrivskyddad]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | OLAPQueryAxis | ||
| Metod | Definieras med | ||
|---|---|---|---|
OLAPQueryAxis(ordinal:int)
Constructor
| OLAPQueryAxis | ||
Adds a single member to the query axis. | OLAPQueryAxis | ||
Adds a set to the query axis. | OLAPQueryAxis | ||
Adds a tuple to the query axis. | OLAPQueryAxis | ||
Clears all the sets, tuples and members from this axis. | OLAPQueryAxis | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
axisOrdinal | egenskap |
public var axisOrdinal:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
sets | egenskap |
sets:Array [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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.
Implementering
public function get sets():Arraytuples | egenskap |
tuples:Array [skrivskyddad] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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.
Implementering
public function get tuples():ArrayOLAPQueryAxis | () | Konstruktor |
public function OLAPQueryAxis(ordinal:int)| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor
Parametrarordinal:int — The type of axis.
Use OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
addMember | () | metod |
public function addMember(m:IOLAPMember):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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.
Parametrar
m:IOLAPMember — The member to add to the query.
|
addSet | () | metod |
public function addSet(s:IOLAPSet):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Adds a set to the query axis. The set define the members and tuples that provide the information for the query axis.
Parametrar
s:IOLAPSet — The set to add to the query.
|
addTuple | () | metod |
public function addTuple(t:mx.olap:IOLAPTuple):void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parametrar
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
clear | () | metod |
public function clear():void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Clears all the sets, tuples and members from this axis.
Tue Jun 12 2018, 01:40 PM Z
Visa MXML-syntax