패키지 | mx.olap |
인터페이스 | public interface IOLAPLevel extends IOLAPElement |
구현자 | OLAPLevel |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
child : IOLAPLevel [읽기 전용]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [읽기 전용]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [읽기 전용]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [읽기 전용]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [읽기 전용]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [읽기 전용]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [읽기 전용]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [읽기 전용]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [읽기 전용]
The unique name of the OLAP element in the cube. | IOLAPElement |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
속성 세부 정보
child | 속성 |
child:IOLAPLevel
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
구현
public function get child():IOLAPLevel
depth | 속성 |
hierarchy | 속성 |
hierarchy:IOLAPHierarchy
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
구현
public function get hierarchy():IOLAPHierarchy
members | 속성 |
members:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
구현
public function get members():IList
parent | 속성 |
parent:IOLAPLevel
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
구현
public function get parent():IOLAPLevel
메서드 세부 정보
findMember | () | 메서드 |
public function findMember(name:String):IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
매개 변수
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, 03:17 PM Z