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

OLAPElement  - AS3 Flex

套件mx.olap
類別public class OLAPElement
繼承OLAPElement Inheritance Proxy
實作 IOLAPElement
子類別 OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember

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

The OLAPElement class defines a base interface that provides common properties for all OLAP elements.

MXML 語法expanded隱藏 MXML 語法

The <mx:OLAPElement> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPElement
    Properties
    dimensions=""
    name=""
  />
 
  

相關 API 元素



公用屬性
 屬性定義自
  dimension : IOLAPDimension
The dimension to which this element belongs.
OLAPElement
  displayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element.
OLAPElement
  uniqueName : String
[唯讀] The unique name of the OLAP element in the cube.
OLAPElement
公用方法
 方法定義自
  
OLAPElement(name:String = null, displayName:String = null)
Constructor
OLAPElement
  
Returns the unique name of the element.
OLAPElement
屬性詳細資訊

dimension

屬性
dimension:IOLAPDimension

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

The dimension to which this element belongs.



實作
    public function get dimension():IOLAPDimension
    public function set dimension(value:IOLAPDimension):void

displayName

屬性 
displayName:String

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

The name of the OLAP element, as a String, which can be used for display.



實作
    public function get displayName():String
    public function set displayName(value:String):void

name

屬性 
name:String

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

The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.



實作
    public function get name():String
    public function set name(value:String):void

uniqueName

屬性 
uniqueName:String  [唯讀]

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

The unique name of the OLAP element in the cube. For example, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.



實作
    public function get uniqueName():String
建構函式詳細資料

OLAPElement

()建構函式
public function OLAPElement(name:String = null, displayName:String = null)

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

Constructor

參數
name:String (default = null) — The name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year", where "Year" is a level of the "Time" dimension in an OLAP schema.
 
displayName:String (default = null) — The name of the OLAP element, as a String, which can be used for display.
方法詳細資訊

toString

()方法
public function toString():String

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

Returns the unique name of the element.

傳回值
String — The unique name of the element.




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

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