The attribute connected to this level, as an instance of OLAPAttribute.
Implementation public function get attribute():OLAPAttribute
attributeName
property
attributeName:String
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The name of the attribute to be used at this level.
The value of this property corresponds to the value of the
OLAPAttribute.name property for the corresponding attribute.
Implementation public function get attributeName():String public function set attributeName(value:String):void
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found.
The list might represent remote data and therefore can throw
an ItemPendingError.
Implementation public function get members():IList
name
property
name:String[override]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The value of the name property of the
OLAPAttribute instance associated with this OLAPLevel instance.
Even though this property is writable, its value is determned by the OLAPAttribute instance
associated with the level and cannot be set.
Implementation public function get name():String public function set name(value:String):void
The parent level of this level, or null if this level is not nested in another level.
Implementation public function get parent():IOLAPLevel
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
OLAPLevel
()
Constructor
public function OLAPLevel(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 level 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 level, as a String, which can be used for display.