套件 | mx.olap |
介面 | public interface IOLAPElement |
實作者 | OLAPElement |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
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 | ||
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 |
屬性詳細資訊
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
displayName | 屬性 |
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
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
Tue Jun 12 2018, 03:47 PM Z