| 套件 | mx.olap | 
| 介面 | public interface IOLAPDimension extends IOLAPElement | 
| 實作者 | OLAPDimension | 
| 語言版本: | ActionScript 3.0 | 
| 產品版本: | Flex 3 | 
| 執行階段版本: | Flash Player 9, AIR 1.1 | 
相關 API 元素
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| attributes : IList [唯讀] 
      The attributes of this dimension, as a list of OLAPAttribute instances.  | IOLAPDimension | ||
| cube : IOLAPCube [唯讀] 
      The cube to which this dimension belongs.  | IOLAPDimension | ||
| defaultMember : IOLAPMember [唯讀] 
      The default member of this dimension.  | IOLAPDimension | ||
![]()  | 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 | |
| hierarchies : IList [唯讀] 
      All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.  | IOLAPDimension | ||
| isMeasure : Boolean [唯讀] 
     Contains true if this is the measures dimension,
     which holds all the measure members.  | IOLAPDimension | ||
| members : IList [唯讀] 
      Returns all the members of this dimension, as a list of IOLAPMember instances.  | IOLAPDimension | ||
![]()  | 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 attribute with the given name within the dimension.  | IOLAPDimension | ||
      Returns the hierarchy with the given name within the dimension.  | IOLAPDimension | ||
      Returns the member with the given name within the dimension.  | IOLAPDimension | ||
屬性詳細資訊
attributes | 屬性 | 
cube | 屬性 | 
defaultMember | 屬性 | 
defaultMember:IOLAPMember  [唯讀] | 語言版本: | ActionScript 3.0 | 
| 產品版本: | Flex 3 | 
| 執行階段版本: | Flash Player 9, AIR 1.1 | 
The default member of this dimension.
實作
    public function get defaultMember():IOLAPMemberhierarchies | 屬性 | 
isMeasure | 屬性 | 
members | 屬性 | 
方法詳細資訊
findAttribute | () | 方法 | 
 public function findAttribute(name:String):IOLAPAttribute| 語言版本: | ActionScript 3.0 | 
| 產品版本: | Flex 3 | 
| 執行階段版本: | Flash Player 9, AIR 1.1 | 
Returns the attribute with the given name within the dimension.
參數
name:String — The name of the attribute.
     
       | 
IOLAPAttribute — An IOLAPAttribute instance representing the attribute, 
      or null if an attribute is not found.
      
       | 
findHierarchy | () | 方法 | 
 public function findHierarchy(name:String):IOLAPHierarchy| 語言版本: | ActionScript 3.0 | 
| 產品版本: | Flex 3 | 
| 執行階段版本: | Flash Player 9, AIR 1.1 | 
Returns the hierarchy with the given name within the dimension.
參數
name:String — The name of the hierarchy.
     
       | 
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy, 
      or null if a hierarchy 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 dimension.
參數
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
 隱藏繼承公用屬性
 顯示繼承公用屬性