Implementation public function get parent():IOLAPMember public function set parent(value:IOLAPMember):void
uniqueName
property
uniqueName:String [read-only] [override]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
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.
Implementation public function get uniqueName():String
Constructor Detail
OLAPMember
()
Constructor
public function OLAPMember(name:String = null, displayName:String = null)
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Constructor
Parameters
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.
Method Detail
findChildMember
()
method
public function findChildMember(name:String):IOLAPMember
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Returns a child of this member with the given name.
Parameters
name:String — The name of the member.
Returns
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.