패키지 | mx.olap |
클래스 | public class OLAPMember |
상속 | OLAPMember OLAPElement Proxy |
구현 | IOLAPMember |
하위 클래스 | OLAPMeasure |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The <mx:OLAPMember>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPMember Properties />
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
children : IList [읽기 전용]
The children of this member, as a list of IOLAPMember instances. | OLAPMember | ||
dataField : String
The field of the input data set that provides
the data for this OLAPMember instance. | OLAPMember | ||
dimension : IOLAPDimension [재정의]
The dimension to which this member belongs. | OLAPMember | ||
displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
hierarchy : IOLAPHierarchy [읽기 전용]
The hierarchy to which this member belongs. | OLAPMember | ||
isAll : Boolean [읽기 전용]
Returns true if this is the all member of a hierarchy. | OLAPMember | ||
isMeasure : Boolean [읽기 전용]
Returns true if this member represents a measure of a dimension. | OLAPMember | ||
level : IOLAPLevel
The level to which this member belongs. | OLAPMember | ||
name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
parent : IOLAPMember
The parent of this member. | OLAPMember | ||
uniqueName : String [재정의] [읽기 전용]
The unique name of the OLAP element in the cube. | OLAPMember |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor
| OLAPMember | ||
Returns a child of this member with the given name. | OLAPMember | ||
Returns the unique name of the element. | OLAPElement |
children | 속성 |
dataField | 속성 |
dimension | 속성 |
dimension:IOLAPDimension
[재정의] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The dimension to which this member belongs.
구현
override public function get dimension():IOLAPDimension
override public function set dimension(value:IOLAPDimension):void
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():IOLAPHierarchy
isAll | 속성 |
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():IOLAPLevel
public function set level(value:IOLAPLevel):void
parent | 속성 |
parent:IOLAPMember
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
The parent of this member.
구현
public function get parent():IOLAPMember
public function set parent(value:IOLAPMember):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.
구현
override public function get uniqueName():String
OLAPMember | () | 생성자 |
public function OLAPMember(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 member, as a String, which can be used for display.
|
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