Pakket | mx.olap |
Klasse | public class OLAPElement |
Overerving | OLAPElement Proxy |
Implementatie | IOLAPElement |
Subklassen | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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="" />
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 [alleen-lezen]
The unique name of the OLAP element in the cube. | OLAPElement |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| OLAPElement | ||
Returns the unique name of the element. | OLAPElement |
Eigenschapdetails
dimension | eigenschap |
dimension:IOLAPDimension
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
Implementatie
public function get dimension():IOLAPDimension
public function set dimension(value:IOLAPDimension):void
displayName | eigenschap |
name | eigenschap |
name:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get name():String
public function set name(value:String):void
uniqueName | eigenschap |
uniqueName:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get uniqueName():String
Constructordetails
OLAPElement | () | Constructor |
public function OLAPElement(name:String = null, displayName:String = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor
Parametersname: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.
|
Methodedetails
toString | () | methode |
Wed Jun 13 2018, 11:42 AM Z