((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPMember extends IOLAPElement
ImplementorsOLAPMember

The IOLAPMember interface represents a member of a level of an OLAP schema.

Veja também

mx.olap.OLAPMember


Propriedades Públicas
 PropriedadeDefinido por
  children : IList
[read-only] The children of this member, as a list of IOLAPMember instances.
IOLAPMember
 Inheriteddimension : IOLAPDimension
[read-only] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : String
[read-only] The name of the OLAP element, as a String, which can be used for display.
IOLAPElement
  hierarchy : IOLAPHierarchy
[read-only] The hierarchy to which this member belongs.
IOLAPMember
  isAll : Boolean
[read-only] Returns true if this is the all member of a hierarchy.
IOLAPMember
  isMeasure : Boolean
[read-only] Returns true if this member represents a measure of a dimension.
IOLAPMember
  level : IOLAPLevel
[read-only] The level to which this member belongs.
IOLAPMember
 Inheritedname : String
[read-only] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
  parent : IOLAPMember
[read-only] The parent of this member.
IOLAPMember
 InheriteduniqueName : String
[read-only] The unique name of the OLAP element in the cube.
IOLAPElement
Métodos Públicos
 MétodoDefinido por
  
Returns a child of this member with the given name.
IOLAPMember
Detalhes da propriedade
childrenpropriedade
children:IList  [read-only]

The children of this member, as a list of IOLAPMember instances.


Implementação
    public function get children():IList
hierarchypropriedade 
hierarchy:IOLAPHierarchy  [read-only]

The hierarchy to which this member belongs.


Implementação
    public function get hierarchy():IOLAPHierarchy
isAllpropriedade 
isAll:Boolean  [read-only]

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


Implementação
    public function get isAll():Boolean
isMeasurepropriedade 
isMeasure:Boolean  [read-only]

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


Implementação
    public function get isMeasure():Boolean
levelpropriedade 
level:IOLAPLevel  [read-only]

The level to which this member belongs.


Implementação
    public function get level():IOLAPLevel
parentpropriedade 
parent:IOLAPMember  [read-only]

The parent of this member.


Implementação
    public function get parent():IOLAPMember
Detalhes do método
findChildMember()método
public function findChildMember(name:String):IOLAPMember

Returns a child of this member with the given name.

Parâmetros

name:String — The name of the member.

Retorna
IOLAPMember — A list of IOLAPMember instances representing the member, or null if a member is not found.