Pakiet | mx.olap |
Interfejs | public interface IOLAPElement |
Implementory | OLAPElement |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
dimension : IOLAPDimension [tylko do odczytu]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [tylko do odczytu]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
name : String [tylko do odczytu]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [tylko do odczytu]
The unique name of the OLAP element in the cube. | IOLAPElement |
Szczegół właściwości
dimension | właściwość |
dimension:IOLAPDimension
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
Implementacja
public function get dimension():IOLAPDimension
displayName | właściwość |
name | właściwość |
name:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get name():String
uniqueName | właściwość |
uniqueName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get uniqueName():String
Tue Jun 12 2018, 12:06 PM Z