패키지 | mx.olap |
인터페이스 | public interface IOLAPElement |
구현자 | OLAPElement |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
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 | ||
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 |
속성 세부 정보
dimension | 속성 |
dimension:IOLAPDimension
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
구현
public function get dimension():IOLAPDimension
displayName | 속성 |
name | 속성 |
name:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
구현
public function get name():String
uniqueName | 속성 |
uniqueName:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
구현
public function get uniqueName():String
Tue Jun 12 2018, 03:17 PM Z