套件 | mx.olap |
介面 | public interface IOLAPHierarchy extends IOLAPElement |
實作者 | OLAPHierarchy |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
allMemberName : String [唯讀]
The name of the all member of the hierarchy. | IOLAPHierarchy | ||
children : IList [唯讀]
The children of the all member, as a list of IOLAPMember instances. | IOLAPHierarchy | ||
defaultMember : IOLAPMember [唯讀]
The default member of the hierarchy. | IOLAPHierarchy | ||
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 | ||
hasAll : Boolean [唯讀]
Specifies whether the hierarchy has an all member, true,
or not, false. | IOLAPHierarchy | ||
levels : IList [唯讀]
All the levels of this hierarchy, as a list of IOLAPLevel instances. | IOLAPHierarchy | ||
members : IList [唯讀]
All members of all the levels that belong to this hierarchy,
as a list of IOLAPMember instances. | IOLAPHierarchy | ||
name : String [唯讀]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [唯讀]
The unique name of the OLAP element in the cube. | IOLAPElement |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns the level with the given name within the hierarchy. | IOLAPHierarchy | ||
Returns the member with the given name within the hierarchy. | IOLAPHierarchy |
屬性詳細資訊
allMemberName | 屬性 |
children | 屬性 |
defaultMember | 屬性 |
defaultMember:IOLAPMember
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
The default member of the hierarchy. The default member is used if the hierarchy is used where a member is expected.
實作
public function get defaultMember():IOLAPMember
hasAll | 屬性 |
levels | 屬性 |
members | 屬性 |
members:IList
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
實作
public function get members():IList
方法詳細資訊
findLevel | () | 方法 |
public function findLevel(name:String):IOLAPLevel
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the level with the given name within the hierarchy.
參數
name:String — The name of the level.
|
IOLAPLevel — An IOLAPLevel instance representing the level,
or null if a level is not found.
|
findMember | () | 方法 |
public function findMember(name:String):IOLAPMember
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the member with the given name within the hierarchy.
參數
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 03:47 PM Z