適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.olap 

IOLAPDimension  - AS3 Flex

套件mx.olap
介面public interface IOLAPDimension extends IOLAPElement
實作者 OLAPDimension

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The IOLAPDimension interface represents a dimension in an IOLAPCube instance.

相關 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
 Inheriteddimension : IOLAPDimension
[唯讀] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : 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
 Inheritedname : String
[唯讀] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
 InheriteduniqueName : 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

屬性
attributes:IList  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The attributes of this dimension, as a list of OLAPAttribute instances.



實作
    public function get attributes():IList

cube

屬性 
cube:IOLAPCube  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The cube to which this dimension belongs.



實作
    public function get cube():IOLAPCube

defaultMember

屬性 
defaultMember:IOLAPMember  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The default member of this dimension.



實作
    public function get defaultMember():IOLAPMember

hierarchies

屬性 
hierarchies:IList  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.



實作
    public function get hierarchies():IList

isMeasure

屬性 
isMeasure:Boolean  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Contains true if this is the measures dimension, which holds all the measure members.



實作
    public function get isMeasure():Boolean

members

屬性 
members:IList  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Returns all the members of this dimension, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.



實作
    public function get members():IList
方法詳細資訊

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.




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。