(仅限 Flex 数据可视化组件)
mx.olap
接口public interface IOLAPAttribute extends IOLAPHierarchy , IOLAPElement
实现器 OLAPAttribute

IOLAPAttribute 接口表示 OLAP 架构的维度中的属性。



公共属性
 属性定义方
 InheritedallMemberName : String
[只读 (read-only)] 层次结构的所有成员的名称。
IOLAPHierarchy
 Inheritedchildren : IList
[只读 (read-only)] 所有成员的子级别,作为 IOLAPMember 实例列表。
IOLAPHierarchy
 InheriteddefaultMember : IOLAPMember
[只读 (read-only)] 层次结构的默认成员。
IOLAPHierarchy
 Inheriteddimension : IOLAPDimension
[只读 (read-only)] 此元素所属的维度。
IOLAPElement
 InheriteddisplayName : String
[只读 (read-only)] OLAP 元素的名称,可作为 String 显示。
IOLAPElement
 InheritedhasAll : Boolean
[只读 (read-only)] 指定层次结构是否具有所有成员,如果具有,则为 true,否则为 false。
IOLAPHierarchy
 Inheritedlevels : IList
[只读 (read-only)] 此层次机构的所有级别,作为 IOLAPLevel 实例列表。
IOLAPHierarchy
 Inheritedmembers : IList
[只读 (read-only)] 属于此层次结构的所有级别的所有成员,作为 IOLAPMember 实例列表。
IOLAPHierarchy
 Inheritedname : String
[只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。
IOLAPElement
 InheriteduniqueName : String
[只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。
IOLAPElement
公共方法
 方法定义方
 Inherited
返回层次结构中具有给定名称的级别。
IOLAPHierarchy
 Inherited
返回层次结构中具有给定名称的成员。
IOLAPHierarchy