套件 | 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:47 PM Z