包 | mx.olap |
类 | public class OLAPElement |
继承 | OLAPElement Proxy |
实现 | IOLAPElement |
子类 | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
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
此元素所属的维度。 | OLAPElement | ||
displayName : String
OLAP 元素的名称,可作为 String 显示。 | OLAPElement | ||
name : String
OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。 | OLAPElement | ||
uniqueName : String [只读]
多维数据集中 OLAP 元素的唯一名称。 | OLAPElement |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
构造函数
| OLAPElement | ||
返回该元素的唯一名称。 | OLAPElement |
属性详细信息
dimension | 属性 |
dimension:IOLAPDimension
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此元素所属的维度。
实现
public function get dimension():IOLAPDimension
public function set dimension(value:IOLAPDimension):void
displayName | 属性 |
name | 属性 |
uniqueName | 属性 |
构造函数详细信息
OLAPElement | () | 构造函数 |
public function OLAPElement(name:String = null, displayName:String = null)
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
构造函数
参数name:String (default = null ) — OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。例如,“Time_Year”,其中“Year”是 OLAP 架构中“Time”维度的级别。
| |
displayName:String (default = null ) — OLAP 元素的名称,可作为 String 显示。
|
方法详细信息
toString | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z