套件 | mx.olap |
介面 | public interface IOLAPMember extends IOLAPElement |
實作者 | OLAPMember |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
children : IList [唯讀]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
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 | ||
hierarchy : IOLAPHierarchy [唯讀]
The hierarchy to which this member belongs. | IOLAPMember | ||
isAll : Boolean [唯讀]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
isMeasure : Boolean [唯讀]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
level : IOLAPLevel [唯讀]
The level to which this member belongs. | IOLAPMember | ||
name : String [唯讀]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPMember [唯讀]
The parent of this member. | IOLAPMember | ||
uniqueName : String [唯讀]
The unique name of the OLAP element in the cube. | IOLAPElement |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
屬性詳細資訊
children | 屬性 |
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
parent | 屬性 |
parent:IOLAPMember
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The parent of this member.
實作
public function get parent():IOLAPMember
方法詳細資訊
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