BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.olap 

IOLAPDimension  - AS3 Flex

(Preview)
Packagemx.olap
Interfacepublic interface IOLAPDimension extends IOLAPElement
Implementors OLAPDimension

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

The IOLAPDimension interface represents a dimension in an IOLAPCube instance.

Related API Elements



Public Properties
 PropertyDefined By
  attributes : IList
[read-only] The attributes of this dimension, as a list of OLAPAttribute instances.
IOLAPDimension
  cube : IOLAPCube
[read-only] The cube to which this dimension belongs.
IOLAPDimension
  defaultMember : IOLAPMember
[read-only] The default member of this dimension.
IOLAPDimension
  hierarchies : IList
[read-only] All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.
IOLAPDimension
  isMeasure : Boolean
[read-only] Contains true if this is the measures dimension, which holds all the measure members.
IOLAPDimension
  members : IList
[read-only] Returns all the members of this dimension, as a list of IOLAPMember instances.
IOLAPDimension
Public Methods
 MethodDefined By
  
Returns the attribute with the given name within the dimension.
IOLAPDimension
  
Returns the hierarchy with the given name within the dimension.
IOLAPDimension
  
Returns the member with the given name within the dimension.
IOLAPDimension
Property Detail
Method Detail