ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.olap 

IOLAPQueryAxis  - AS3 Flex

Pakietmx.olap
Interfejspublic interface IOLAPQueryAxis
Implementory OLAPQueryAxis

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The IOLAPQueryAxis interface represents an axis of an OLAP query.

Powiązane elementy interfejsu API



Właściwości publiczne
 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
Metody publiczne
 MetodaZdefiniowane 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
Szczegół właściwości

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():Array

tuples

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():Array
Szczegół metody

addMember

()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.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.