包 | mx.olap |
类 | public class OLAPQueryAxis |
继承 | OLAPQueryAxis Object |
实现 | IOLAPQueryAxis |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
The <mx:OLAPQueryAxis>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPQueryAxis Properties />
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
axisOrdinal : int
轴的类型,对于列轴使用 OLAPQuery.COLUMN AXIS,对于行轴使用 OLAPQuery.ROW_AXIS,对于切片轴使用 OLAPQuery.SLICER_AXIS。 | OLAPQueryAxis | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
sets : Array [只读]
查询轴的所有集,作为 IOLAPSet 实例数组。 | OLAPQueryAxis | ||
tuples : Array [只读]
添加到查询轴的所有 tuple,作为 IOLAPTuple 实例数组。 | OLAPQueryAxis |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
OLAPQueryAxis(ordinal:int)
构造函数
| OLAPQueryAxis | ||
将单个成员添加到查询轴中。 | OLAPQueryAxis | ||
将集添加到查询轴中。 | OLAPQueryAxis | ||
将 tuple 添加到查询轴中。 | OLAPQueryAxis | ||
清除此轴上的所有集、tuple 和成员。 | OLAPQueryAxis | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
axisOrdinal | 属性 |
public var axisOrdinal:int
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
轴的类型,对于列轴使用 OLAPQuery.COLUMN AXIS
,对于行轴使用 OLAPQuery.ROW_AXIS
,对于切片轴使用 OLAPQuery.SLICER_AXIS
。
sets | 属性 |
tuples | 属性 |
构造函数详细信息
OLAPQueryAxis | () | 构造函数 |
方法详细信息
addMember | () | 方法 |
public function addMember(m:IOLAPMember):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
将单个成员添加到查询轴中。该成员会自动转换为 IOLPASet 实例。将成员添加到切片轴中时使用此方法。
参数
m:IOLAPMember — 要添加到查询中的成员。
|
addSet | () | 方法 |
addTuple | () | 方法 |
public function addTuple(t:mx.olap:IOLAPTuple):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
将 tuple 添加到查询轴中。tuple 会自动转换为 IOLPASet 实例。
参数
t:mx.olap:IOLAPTuple — 要添加到查询中的 tuple。
|
clear | () | 方法 |
public function clear():void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
清除此轴上的所有集、tuple 和成员。
Tue Jun 12 2018, 11:04 AM Z