套件 | mx.olap |
介面 | public interface IOLAPLevel extends IOLAPElement |
實作者 | OLAPLevel |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
child : IOLAPLevel [唯讀]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [唯讀]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
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 of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [唯讀]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [唯讀]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [唯讀]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [唯讀]
The unique name of the OLAP element in the cube. | IOLAPElement |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
屬性詳細資訊
child | 屬性 |
child:IOLAPLevel
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
實作
public function get child():IOLAPLevel
depth | 屬性 |
hierarchy | 屬性 |
hierarchy:IOLAPHierarchy
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
實作
public function get hierarchy():IOLAPHierarchy
members | 屬性 |
members:IList
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
實作
public function get members():IList
parent | 屬性 |
parent:IOLAPLevel
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
實作
public function get parent():IOLAPLevel
方法詳細資訊
findMember | () | 方法 |
public function findMember(name:String):IList
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
參數
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 03:47 PM Z