패키지 | mx.olap |
인터페이스 | public interface IOLAPDimension extends IOLAPElement |
구현자 | OLAPDimension |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
attributes : IList [읽기 전용]
The attributes of this dimension, as a list of OLAPAttribute instances. | IOLAPDimension | ||
cube : IOLAPCube [읽기 전용]
The cube to which this dimension belongs. | IOLAPDimension | ||
defaultMember : IOLAPMember [읽기 전용]
The default member of this dimension. | IOLAPDimension | ||
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 | ||
hierarchies : IList [읽기 전용]
All the hierarchies for this dimension, as a list of IOLAPHierarchy instances. | IOLAPDimension | ||
isMeasure : Boolean [읽기 전용]
Contains true if this is the measures dimension,
which holds all the measure members. | IOLAPDimension | ||
members : IList [읽기 전용]
Returns all the members of this dimension, as a list of IOLAPMember instances. | IOLAPDimension | ||
name : String [읽기 전용]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [읽기 전용]
The unique name of the OLAP element in the cube. | IOLAPElement |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Returns the attribute with the given name within the dimension. | IOLAPDimension | ||
Returns the hierarchy with the given name within the dimension. | IOLAPDimension | ||
Returns the member with the given name within the dimension. | IOLAPDimension |
속성 세부 정보
attributes | 속성 |
cube | 속성 |
defaultMember | 속성 |
defaultMember:IOLAPMember
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The default member of this dimension.
구현
public function get defaultMember():IOLAPMember
hierarchies | 속성 |
isMeasure | 속성 |
members | 속성 |
메서드 세부 정보
findAttribute | () | 메서드 |
public function findAttribute(name:String):IOLAPAttribute
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the attribute with the given name within the dimension.
매개 변수
name:String — The name of the attribute.
|
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
|
findHierarchy | () | 메서드 |
public function findHierarchy(name:String):IOLAPHierarchy
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the hierarchy with the given name within the dimension.
매개 변수
name:String — The name of the hierarchy.
|
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy is not found.
|
findMember | () | 메서드 |
public function findMember(name:String):IOLAPMember
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the member with the given name within the dimension.
매개 변수
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 03:17 PM Z