| 包 | mx.olap |
| 接口 | public interface IOLAPElement |
| 实现器 | OLAPElement |
另请参见
| 属性 | 定义方 | ||
|---|---|---|---|
| dimension : IOLAPDimension [只读 (read-only)] 此元素所属的维度。 | IOLAPElement | ||
| displayName : String [只读 (read-only)] OLAP 元素的名称,可作为 String 显示。 | IOLAPElement | ||
| name : String [只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。 | IOLAPElement | ||
| uniqueName : String [只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。 | IOLAPElement | ||
| dimension | 属性 |
dimension:IOLAPDimension [只读 (read-only)] 此元素所属的维度。
public function get dimension():IOLAPDimension| displayName | 属性 |
displayName:String [只读 (read-only)] OLAP 元素的名称,可作为 String 显示。
public function get displayName():String| name | 属性 |
name:String [只读 (read-only)] OLAP 元素的名称,包含该元素的 OLAP 架构层次结构。例如,“Time_Year”是 OLAP 元素的名称,其中“Year”是 OLAP 架构中“Time”维度的级别。
public function get name():String| uniqueName | 属性 |
uniqueName:String [只读 (read-only)] 多维数据集中 OLAP 元素的唯一名称。例如,“[Time][Year][2007]”是一个唯一名称,其中 2007 是属于“Time”维度的“Year”级别的元素名称。
public function get uniqueName():String