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 

OLAPTuple  - AS3 Flex

Pakietmx.olap
Klasapublic class OLAPTuple
DziedziczenieOLAPTuple Inheritance Object
Implementuje IOLAPTuple

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

The OLAPTuple class reprsents a tuple expression pointing to an OLAP cube cell. A tuple is made up of one member from every dimension that is contained within a cube. The complete expression of a tuple identifier is made up of one or more explicitly specified members, in parentheses. A tuple can be fully qualified, can contain implicit members, or can contain a single member. Any dimension that is not explicitly referenced within a tuple is implicitly referenced.

The member for the implicitly referenced dimension depends on the structure of the dimension:

  • If the implicitly referenced dimension has a default member, the default member is added to the tuple.
  • If the implicitly referenced dimension has no default member, the (All) member of the default hierarchy is used.
  • If the implicitly referenced dimension has no default member, and the default hierarchy has no (All) member, the first member of the topmost level of the default hierarchy is used.

Powiązane elementy interfejsu API



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  explicitMembers : IList
[tylko do odczytu] The user added members of this tuple, as a list of IOLAPMember instances.
OLAPTuple
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor
OLAPTuple
  
Adds a new member to the tuple.
OLAPTuple
  
Adds a list of members to the tuple.
OLAPTuple
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Szczegół właściwości

explicitMembers

właściwość
explicitMembers:IList  [tylko do odczytu]

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

The user added members of this tuple, as a list of IOLAPMember instances.



Implementacja
    public function get explicitMembers():IList
Konstruktor Szczegół

OLAPTuple

()Konstruktor
public function OLAPTuple()

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

Constructor

Szczegół metody

addMember

()metoda
public function addMember(element:IOLAPElement):void

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

Adds a new member to the tuple.

Parametry

element:IOLAPElement — The member to add. If member is a dimension or hierarchy, its default member is added. If member is an instance of IOLAPMember, it is added directly.

addMembers

()metoda 
public function addMembers(value:IList):void

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

Adds a list of members to the tuple. This method can be called when many members need to be added to the tuple.

Parametry

value:IList — The members to add, as a list of IOLAPMember instances.





[ 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.