| Pacote | mx.olap |
| Classe | public class OLAPQueryAxis |
| Herança | OLAPQueryAxis Object |
| Implementações | IOLAPQueryAxis |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Ocultar sintaxe MXML
The <mx:OLAPQueryAxis> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPQueryAxis
Properties
/>
Elementos da API relacionados
| Propriedade | Definido por | ||
|---|---|---|---|
| axisOrdinal : int
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis. | OLAPQueryAxis | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| sets : Array [somente leitura]
All the sets of the query axis, as an Array of IOLAPSet instances. | OLAPQueryAxis | ||
| tuples : Array [somente leitura]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | OLAPQueryAxis | ||
| Método | Definido por | ||
|---|---|---|---|
OLAPQueryAxis(ordinal:int)
Constructor
| OLAPQueryAxis | ||
Adds a single member to the query axis. | OLAPQueryAxis | ||
Adds a set to the query axis. | OLAPQueryAxis | ||
Adds a tuple to the query axis. | OLAPQueryAxis | ||
Clears all the sets, tuples and members from this axis. | OLAPQueryAxis | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
axisOrdinal | propriedade |
public var axisOrdinal:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
sets | propriedade |
sets:Array [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Implementação
public function get sets():Arraytuples | propriedade |
tuples:Array [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Implementação
public function get tuples():ArrayOLAPQueryAxis | () | Construtor |
public function OLAPQueryAxis(ordinal:int)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor
Parâmetrosordinal:int — The type of axis.
Use OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
addMember | () | método |
public function addMember(m:IOLAPMember):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Parâmetros
m:IOLAPMember — The member to add to the query.
|
addSet | () | método |
public function addSet(s:IOLAPSet):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Parâmetros
s:IOLAPSet — The set to add to the query.
|
addTuple | () | método |
public function addTuple(t:mx.olap:IOLAPTuple):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parâmetros
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
clear | () | método |
public function clear():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Clears all the sets, tuples and members from this axis.
Wed Jun 13 2018, 11:10 AM Z
Mostrar sintaxe MXML