Paket | mx.olap |
Gränssnitt | public interface IOLAPQueryAxis |
Implementorer | OLAPQueryAxis |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Egenskap | Definieras med | ||
---|---|---|---|
sets : Array [skrivskyddad]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [skrivskyddad]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
Metod | Definieras med | ||
---|---|---|---|
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 |
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():Array
tuples | 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():Array
addMember | () | metod |
public function addMember(s: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
s: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.
|
Tue Jun 12 2018, 01:40 PM Z