| Pakiet | mx.olap |
| Interfejs | public interface IOLAPQueryAxis |
| Implementory | OLAPQueryAxis |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| sets : Array [tylko do odczytu]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
| tuples : Array [tylko do odczytu]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | właściwość |
sets:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get sets():Arraytuples | właściwość |
tuples:Array [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get tuples():ArrayaddMember | () | metoda |
public function addMember(s:IOLAPMember):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Parametry
s:IOLAPMember — The member to add to the query.
|
addSet | () | metoda |
public function addSet(s:IOLAPSet):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Parametry
s:IOLAPSet — The set to add to the query.
|
addTuple | () | metoda |
public function addTuple(t:mx.olap:IOLAPTuple):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parametry
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Tue Jun 12 2018, 12:06 PM Z