包 | mx.olap |
接口 | public interface IOLAPMember extends IOLAPElement |
实现器 | OLAPMember |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
children : IList [只读]
此成员的子级,作为 IOLAPMember 实例列表。 | IOLAPMember | ||
dimension : IOLAPDimension [只读]
此元素所属的维度。 | IOLAPElement | ||
displayName : String [只读]
OLAP 元素的名称,可作为 String 显示。 | IOLAPElement | ||
hierarchy : IOLAPHierarchy [只读]
此成员所属的层次结构。 | IOLAPMember | ||
isAll : Boolean [只读]
如果此为层次结构的所有成员,则返回 true。 | IOLAPMember | ||
isMeasure : Boolean [只读]
如果此成员表示维度的测量,则返回 true。 | IOLAPMember | ||
level : IOLAPLevel [只读]
此成员所属的级别。 | IOLAPMember | ||
name : String [只读]
OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。 | IOLAPElement | ||
parent : IOLAPMember [只读]
此成员的父级。 | IOLAPMember | ||
uniqueName : String [只读]
多维数据集中 OLAP 元素的唯一名称。 | IOLAPElement |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
返回具有给定名称的此成员的子级。 | IOLAPMember |
属性详细信息
children | 属性 |
hierarchy | 属性 |
hierarchy:IOLAPHierarchy
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此成员所属的层次结构。
实现
public function get hierarchy():IOLAPHierarchy
isAll | 属性 |
isMeasure | 属性 |
level | 属性 |
level:IOLAPLevel
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此成员所属的级别。
实现
public function get level():IOLAPLevel
parent | 属性 |
parent:IOLAPMember
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
此成员的父级。
实现
public function get parent():IOLAPMember
方法详细信息
findChildMember | () | 方法 |
public function findChildMember(name:String):IOLAPMember
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
返回具有给定名称的此成员的子级。
参数
name:String — 该成员的名称。
|
IOLAPMember — IOLAPMember 实例列表,用于表示成员,或者如果未找到成员则为 null。
|
Tue Jun 12 2018, 11:04 AM Z