Paquete | mx.olap |
Interfaz | public interface IOLAPMember extends IOLAPElement |
Implementadores | OLAPMember |
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 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
children : IList [solo lectura]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
dimension : IOLAPDimension [solo lectura]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : 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 to which this member belongs. | IOLAPMember | ||
isAll : Boolean [solo lectura]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
isMeasure : Boolean [solo lectura]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
level : IOLAPLevel [solo lectura]
The level to which this member belongs. | IOLAPMember | ||
name : String [solo lectura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPMember [solo lectura]
The parent of this member. | IOLAPMember | ||
uniqueName : String [solo lectura]
The unique name of the OLAP element in the cube. | IOLAPElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
Información sobre propiedades
children | propiedad |
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 to which this member belongs.
Implementación
public function get hierarchy():IOLAPHierarchy
isAll | propiedad |
isMeasure | propiedad |
level | propiedad |
level: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 level to which this member belongs.
Implementación
public function get level():IOLAPLevel
parent | propiedad |
parent:IOLAPMember
[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 of this member.
Implementación
public function get parent():IOLAPMember
Información sobre métodos
findChildMember | () | método |
public function findChildMember(name:String):IOLAPMember
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 a child of this member with the given name.
Parámetros
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 02:12 PM Z