包 | mx.olap |
接口 | public interface IOLAPMember extends IOLAPElement |
实现器 | OLAPMember |
另请参见
属性 | 定义方 | ||
---|---|---|---|
children : IList [只读 (read-only)] 此成员的子级,作为 IOLAPMember 实例列表。 | IOLAPMember | ||
dimension : IOLAPDimension [只读 (read-only)] 此元素所属的维度。 | IOLAPElement | ||
displayName : String [只读 (read-only)] OLAP 元素的名称,可作为 String 显示。 | IOLAPElement | ||
hierarchy : IOLAPHierarchy [只读 (read-only)] 此成员所属的层次结构。 | IOLAPMember | ||
isAll : Boolean [只读 (read-only)] 如果此为层次结构的所有成员,则返回 true。 | IOLAPMember | ||
isMeasure : Boolean [只读 (read-only)] 如果此成员表示维度的测量,则返回 true。 | IOLAPMember | ||
level : IOLAPLevel [只读 (read-only)] 此成员所属的级别。 | IOLAPMember | ||
name : String [只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。 | IOLAPElement | ||
parent : IOLAPMember [只读 (read-only)] 此成员的父级。 | IOLAPMember | ||
uniqueName : String [只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。 | IOLAPElement |
方法 | 定义方 | ||
---|---|---|---|
返回具有给定名称的此成员的子级。 | IOLAPMember |
children | 属性 |
hierarchy | 属性 |
hierarchy:IOLAPHierarchy
[只读 (read-only)] 此成员所属的层次结构。
public function get hierarchy():IOLAPHierarchy
isAll | 属性 |
isMeasure | 属性 |
isMeasure:Boolean
[只读 (read-only)]
如果此成员表示维度的测量,则返回 true
。
public function get isMeasure():Boolean
level | 属性 |
parent | 属性 |
findChildMember | () | 方法 |
public function findChildMember(name:String):IOLAPMember
返回具有给定名称的此成员的子级。
参数
name:String — 该成员的名称。 |
IOLAPMember — IOLAPMember 实例列表,用于表示成员,或者如果未找到成员则为 null。 |