((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPElement
ImplementorsOLAPElement

The IOLAPElement interface defines a base interface that provides common properties for all OLAP elements.

Veja também

mx.olap.OLAPElement


Propriedades Públicas
 PropriedadeDefinido por
  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
  name : String
[read-only] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
  uniqueName : String
[read-only] The unique name of the OLAP element in the cube.
IOLAPElement
Detalhes da propriedade
dimensionpropriedade
dimension:IOLAPDimension  [read-only]

The dimension to which this element belongs.


Implementação
    public function get dimension():IOLAPDimension
displayNamepropriedade 
displayName:String  [read-only]

The name of the OLAP element, as a String, which can be used for display.


Implementação
    public function get displayName():String
namepropriedade 
name:String  [read-only]

The name of the OLAP element that includes the OLAP schema hierarchy of the element. For exemplo, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.


Implementação
    public function get name():String
uniqueNamepropriedade 
uniqueName:String  [read-only]

The unique name of the OLAP element in the cube. For exemplo, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.


Implementação
    public function get uniqueName():String