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 

OLAPMember  - AS3 Flex

Paquetemx.olap
Clasepublic class OLAPMember
HerenciaOLAPMember Inheritance OLAPElement Inheritance Proxy
Implementa IOLAPMember
Subclases OLAPMeasure

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 OLAPMember class represents a member of an OLAP dimension.

Sintaxis MXMLexpandedOcultar sintaxis MXML

The <mx:OLAPMember> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPMember
    Properties
  />
 
  

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  children : IList
[solo lectura] The children of this member, as a list of IOLAPMember instances.
OLAPMember
  dataField : String
The field of the input data set that provides the data for this OLAPMember instance.
OLAPMember
  dimension : IOLAPDimension
[override] The dimension to which this member belongs.
OLAPMember
 InheriteddisplayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  hierarchy : IOLAPHierarchy
[solo lectura] The hierarchy to which this member belongs.
OLAPMember
  isAll : Boolean
[solo lectura] Returns true if this is the all member of a hierarchy.
OLAPMember
  isMeasure : Boolean
[solo lectura] Returns true if this member represents a measure of a dimension.
OLAPMember
  level : IOLAPLevel
The level to which this member belongs.
OLAPMember
 Inheritedname : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element.
OLAPElement
  parent : IOLAPMember
The parent of this member.
OLAPMember
  uniqueName : String
[override] [solo lectura] The unique name of the OLAP element in the cube.
OLAPMember
Métodos públicos
 MétodoDefinido por
  
OLAPMember(name:String = null, displayName:String = null)
Constructor
OLAPMember
  
Returns a child of this member with the given name.
OLAPMember
 Inherited
Returns the unique name of the element.
OLAPElement
Información sobre propiedades

children

propiedad
children: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 children of this member, as a list of IOLAPMember instances.



Implementación
    public function get children():IList

dataField

propiedad 
dataField:String

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 field of the input data set that provides the data for this OLAPMember instance.



Implementación
    public function get dataField():String
    public function set dataField(value:String):void

dimension

propiedad 
dimension:IOLAPDimension[override]

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 dimension to which this member belongs.



Implementación
    override public function get dimension():IOLAPDimension
    override public function set dimension(value:IOLAPDimension):void

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 
isAll:Boolean  [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

Returns true if this is the all member of a hierarchy.



Implementación
    public function get isAll():Boolean

isMeasure

propiedad 
isMeasure:Boolean  [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

Returns true if this member represents a measure of a dimension.



Implementación
    public function get isMeasure():Boolean

level

propiedad 
level:IOLAPLevel

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
    public function set level(value:IOLAPLevel):void

parent

propiedad 
parent: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

The parent of this member.



Implementación
    public function get parent():IOLAPMember
    public function set parent(value:IOLAPMember):void

uniqueName

propiedad 
uniqueName:String  [solo lectura] [override]

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 unique name of the OLAP element in the cube. For example, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.



Implementación
    override public function get uniqueName():String
Información sobre constructores

OLAPMember

()Información sobre
public function OLAPMember(name:String = null, displayName:String = null)

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

Constructor

Parámetros
name:String (default = null) — The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year", where "Year" is a level of the "Time" dimension in an OLAP schema.
 
displayName:String (default = null) — The name of the OLAP member, as a String, which can be used for display.
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.

Valor devuelto
IOLAPMember — A list of IOLAPMember instances representing the member, 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.