Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.olap 

IOLAPLevel  - AS3 Flex

Paquetemx.olap
Interfazpublic interface IOLAPLevel extends IOLAPElement
Implementadores OLAPLevel

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The IOLAPLevel interface represents a level within the OLAP schema of an OLAP cube, where a hierarchy of a dimension contains one or more levels.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  child : IOLAPLevel
[solo lectura] The next child level in the hierarchy.
IOLAPLevel
  depth : int
[solo lectura] The depth of the level in the hierarchy of the dimension.
IOLAPLevel
 Inheriteddimension : IOLAPDimension
[solo lectura] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : String
[solo lectura] The name of the OLAP element, as a String, which can be used for display.
IOLAPElement
  hierarchy : IOLAPHierarchy
[solo lectura] The hierarchy of the dimension to which this level belongs.
IOLAPLevel
  members : IList
[solo lectura] The members of this level, as a list of IOLAPMember instances, or null if a member is not found.
IOLAPLevel
 Inheritedname : String
[solo lectura] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
  parent : IOLAPLevel
[solo lectura] The parent level of this level, or null if this level is not nested in another level.
IOLAPLevel
 InheriteduniqueName : String
[solo lectura] The unique name of the OLAP element in the cube.
IOLAPElement
Métodos públicos
 MétodoDefinido por
  
Returns the members with the given name within the hierarchy.
IOLAPLevel
Información sobre propiedades

child

propiedad
child:IOLAPLevel  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The next child level in the hierarchy.



Implementación
    public function get child():IOLAPLevel

depth

propiedad 
depth:int  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The depth of the level in the hierarchy of the dimension.



Implementación
    public function get depth():int

hierarchy

propiedad 
hierarchy:IOLAPHierarchy  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The hierarchy of the dimension to which this level belongs.



Implementación
    public function get hierarchy():IOLAPHierarchy

members

propiedad 
members:IList  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.



Implementación
    public function get members():IList

parent

propiedad 
parent:IOLAPLevel  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The parent level of this level, or null if this level is not nested in another level.



Implementación
    public function get parent():IOLAPLevel
Información sobre métodos

findMember

()método
public function findMember(name:String):IList

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Returns the members with the given name within the hierarchy.

Parámetros

name:String — The name of the member.

Valor devuelto
IList — A list of IOLAPMember instances representing the members, or null if a member is not found.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.