| Pakiet | mx.olap |
| Interfejs | public interface IOLAPLevel extends IOLAPElement |
| Implementory | OLAPLevel |
| 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 | ||
|---|---|---|---|
| child : IOLAPLevel [tylko do odczytu]
The next child level in the hierarchy. | IOLAPLevel | ||
| depth : int [tylko do odczytu]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
![]() | 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 | |
| hierarchy : IOLAPHierarchy [tylko do odczytu]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
| members : IList [tylko do odczytu]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
![]() | name : String [tylko do odczytu]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | |
| parent : IOLAPLevel [tylko do odczytu]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
![]() | uniqueName : String [tylko do odczytu]
The unique name of the OLAP element in the cube. | IOLAPElement | |
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel | ||
Szczegół właściwości
child | właściwość |
child:IOLAPLevel [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
Implementacja
public function get child():IOLAPLeveldepth | właściwość |
hierarchy | właściwość |
hierarchy:IOLAPHierarchy [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
Implementacja
public function get hierarchy():IOLAPHierarchymembers | właściwość |
members:IList [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
Implementacja
public function get members():IListparent | właściwość |
parent:IOLAPLevel [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
Implementacja
public function get parent():IOLAPLevelSzczegół metody
findMember | () | metoda |
public function findMember(name:String):IList| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
Parametry
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne