패키지 | mx.olap |
클래스 | public class OLAPElement |
상속 | OLAPElement Proxy |
구현 | IOLAPElement |
하위 클래스 | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The <mx:OLAPElement>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPElement Properties dimensions="" name="" />
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
dimension : IOLAPDimension
The dimension to which this element belongs. | OLAPElement | ||
displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
uniqueName : String [읽기 전용]
The unique name of the OLAP element in the cube. | OLAPElement |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor
| OLAPElement | ||
Returns the unique name of the element. | OLAPElement |
속성 세부 정보
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
public function set dimension(value:IOLAPDimension):void
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
public function set name(value:String):void
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
생성자 세부 정보
OLAPElement | () | 생성자 |
public function OLAPElement(name:String = null, displayName:String = null)
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Constructor
매개 변수name:String (default = null ) — The name of the OLAP element that includes the OLAP schema hierarchy of the element.
For example, "Time_Year", where "Year" is a level of the "Time" dimension in an OLAP schema.
| |
displayName:String (default = null ) — The name of the OLAP element, as a String, which can be used for display.
|
메서드 세부 정보
toString | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z