| 패키지 | mx.olap |
| 인터페이스 | public interface IOLAPMember extends IOLAPElement |
| 구현자 | OLAPMember |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| children : IList [읽기 전용]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
![]() | 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 to which this member belongs. | IOLAPMember | ||
| isAll : Boolean [읽기 전용]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
| isMeasure : Boolean [읽기 전용]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
| level : IOLAPLevel [읽기 전용]
The level to which this member belongs. | IOLAPMember | ||
![]() | name : String [읽기 전용]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | |
| parent : IOLAPMember [읽기 전용]
The parent of this member. | IOLAPMember | ||
![]() | uniqueName : String [읽기 전용]
The unique name of the OLAP element in the cube. | IOLAPElement | |
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember | ||
속성 세부 정보
children | 속성 |
hierarchy | 속성 |
hierarchy:IOLAPHierarchy [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
구현
public function get hierarchy():IOLAPHierarchyisAll | 속성 |
isMeasure | 속성 |
level | 속성 |
level:IOLAPLevel [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
구현
public function get level():IOLAPLevelparent | 속성 |
parent:IOLAPMember [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
The parent of this member.
구현
public function get parent():IOLAPMember메서드 세부 정보
findChildMember | () | 메서드 |
public function findChildMember(name:String):IOLAPMember| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
매개 변수
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시