Pacchetto | mx.olap |
Interfaccia | public interface IOLAPQueryAxis |
Implementatori | OLAPQueryAxis |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
sets : Array [sola lettura]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [sola lettura]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
Metodo | Definito da | ||
---|---|---|---|
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 | proprietà |
sets:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get sets():Array
tuples | proprietà |
tuples:Array
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get tuples():Array
addMember | () | metodo |
public function addMember(s:IOLAPMember):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Parametri
s:IOLAPMember — The member to add to the query.
|
addSet | () | metodo |
public function addSet(s:IOLAPSet):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Parametri
s:IOLAPSet — The set to add to the query.
|
addTuple | () | metodo |
public function addTuple(t:mx.olap:IOLAPTuple):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parametri
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Tue Jun 12 2018, 02:44 PM Z