Paket | mx.olap |
Klass | public class OLAPElement |
Arv | OLAPElement Proxy |
Implementerar | IOLAPElement |
Underklasser | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The <mx:OLAPElement>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPElement Properties dimensions="" name="" />
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
dimension : IOLAPDimension
The dimension to which this element belongs. | OLAPElement | ||
displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
uniqueName : String [skrivskyddad]
The unique name of the OLAP element in the cube. | OLAPElement |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor
| OLAPElement | ||
Returns the unique name of the element. | OLAPElement |
Egenskapsdetaljer
dimension | egenskap |
dimension:IOLAPDimension
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
Implementering
public function get dimension():IOLAPDimension
public function set dimension(value:IOLAPDimension):void
displayName | egenskap |
name | egenskap |
name:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.
Implementering
public function get name():String
public function set name(value:String):void
uniqueName | egenskap |
uniqueName:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get uniqueName():String
Konstruktordetaljer
OLAPElement | () | Konstruktor |
public function OLAPElement(name:String = null, displayName:String = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor
Parametrarname: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 element, as a String, which can be used for display.
|
Metoddetaljer
toString | () | metod |
Tue Jun 12 2018, 01:40 PM Z