包 | mx.olap |
类 | public class OLAPLevel |
继承 | OLAPLevel OLAPElement Proxy |
实现 | IOLAPLevel |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
The <mx:OLAPLevel>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPLevel Properties attributeName="" />
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
attribute : OLAPAttribute [只读]
与此级别相连的属性,作为 OLAPAttribute 的实例。 | OLAPLevel | ||
attributeName : String
要在此级别使用的属性名称。 | OLAPLevel | ||
child : IOLAPLevel [只读]
层次结构中的下一个子层次。 | OLAPLevel | ||
dataField : String [只读]
为此 OLAPLevel 实例提供数据的输入数据集的字段。 | OLAPLevel | ||
depth : int [只读]
维度层次结构中的层次深度。 | OLAPLevel | ||
dimension : IOLAPDimension
此元素所属的维度。 | OLAPElement | ||
displayName : String
OLAP 元素的名称,可作为 String 显示。 | OLAPElement | ||
hierarchy : IOLAPHierarchy
此层次所属维度的层次结构。 | OLAPLevel | ||
members : IList [只读]
此层次的成员,如 IOLAPMember 实例列表,或者如果未找到成员,则为 null。 | OLAPLevel | ||
name : String [覆盖]
与此 OLAPLevel 实例相关联的 OLAPAttribute 实例的名称属性的值。 | OLAPLevel | ||
parent : IOLAPLevel [只读]
此层次的父层次,或者如果未将此层次嵌入其它层次,则为 null。 | OLAPLevel | ||
uniqueName : String [覆盖] [只读]
多维数据集中 OLAP 元素的唯一名称。 | OLAPLevel |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
构造函数
| OLAPLevel | ||
返回层次结构中有此给定名称的成员。 | OLAPLevel | ||
返回该元素的唯一名称。 | OLAPElement |
属性详细信息
attribute | 属性 |
attribute:OLAPAttribute
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
与此级别相连的属性,作为 OLAPAttribute 的实例。
实现
public function get attribute():OLAPAttribute
attributeName | 属性 |
child | 属性 |
child:IOLAPLevel
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
层次结构中的下一个子层次。
实现
public function get child():IOLAPLevel
dataField | 属性 |
depth | 属性 |
hierarchy | 属性 |
hierarchy:IOLAPHierarchy
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此层次所属维度的层次结构。
实现
public function get hierarchy():IOLAPHierarchy
public function set hierarchy(value:IOLAPHierarchy):void
members | 属性 |
name | 属性 |
parent | 属性 |
parent:IOLAPLevel
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此层次的父层次,或者如果未将此层次嵌入其它层次,则为 null。
实现
public function get parent():IOLAPLevel
uniqueName | 属性 |
构造函数详细信息
OLAPLevel | () | 构造函数 |
public function OLAPLevel(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 显示。
|
方法详细信息
findMember | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z