| 套件 | mx.olap |
| 類別 | public class OLAPElement |
| 繼承 | OLAPElement Proxy |
| 實作 | IOLAPElement |
| 子類別 | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
隱藏 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 | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
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):voiddisplayName | 屬性 |
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):voiduniqueName | 屬性 |
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 | () | 方法 |
Tue Jun 12 2018, 03:47 PM Z
顯示 MXML 語法