Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.olap 
IOLAPAttribute 
Packagemx.olap
Interfacepublic interface IOLAPAttribute extends IOLAPHierarchy , IOLAPElement
Implementors OLAPAttribute

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IOLAPAttribute interface represents an attribute within a dimension of an OLAP schema.



Public Properties
 PropertyDefined By
 InheritedallMemberName : String
[read-only] The name of the all member of the hierarchy.
IOLAPHierarchy
 Inheritedchildren : IList
[read-only] The children of the all member, as a list of IOLAPMember instances.
IOLAPHierarchy
 InheriteddefaultMember : IOLAPMember
[read-only] The default member of the hierarchy.
IOLAPHierarchy
 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
 InheritedhasAll : Boolean
[read-only] Specifies whether the hierarchy has an all member, true, or not, false.
IOLAPHierarchy
 Inheritedlevels : IList
[read-only] All the levels of this hierarchy, as a list of IOLAPLevel instances.
IOLAPHierarchy
 Inheritedmembers : IList
[read-only] All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
IOLAPHierarchy
 Inheritedname : String
[read-only] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
 InheriteduniqueName : String
[read-only] The unique name of the OLAP element in the cube.
IOLAPElement
Public Methods
 MethodDefined By
 Inherited
Returns the level with the given name within the hierarchy.
IOLAPHierarchy
 Inherited
Returns the member with the given name within the hierarchy.
IOLAPHierarchy