| Package | mx.olap |
| Interface | public interface IOLAPMember extends IOLAPElement |
| Implementors | OLAPMember |
See also
| Property | Defined By | ||
|---|---|---|---|
| children : IList [read-only]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
![]() | dimension : IOLAPDimension [read-only]
The dimension to which this element belongs. | IOLAPElement | |
![]() | displayName : 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 | ||
![]() | name : 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 | ||
![]() | uniqueName : String [read-only]
The unique name of the OLAP element in the cube. | IOLAPElement | |
| Method | Defined By | ||
|---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember | ||
| children | property |
children:IList [read-only] The children of this member, as a list of IOLAPMember instances.
public function get children():IList| hierarchy | property |
hierarchy:IOLAPHierarchy [read-only] The hierarchy to which this member belongs.
public function get hierarchy():IOLAPHierarchy| isAll | property |
isAll:Boolean [read-only]
Returns true if this is the all member of a hierarchy.
public function get isAll():Boolean| isMeasure | property |
isMeasure:Boolean [read-only]
Returns true if this member represents a measure of a dimension.
public function get isMeasure():Boolean| level | property |
level:IOLAPLevel [read-only] The level to which this member belongs.
public function get level():IOLAPLevel| parent | property |
parent:IOLAPMember [read-only] The parent of this member.
public function get parent():IOLAPMember| findChildMember | () | method |
public function findChildMember(name:String):IOLAPMemberReturns a child of this member with the given name.
Parameters
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|