包 | mx.olap |
接口 | public interface IOLAPQueryAxis |
实现器 | OLAPQueryAxis |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
sets : Array [只读]
查询轴的所有集,作为 IOLAPSet 实例数组。 | IOLAPQueryAxis | ||
tuples : Array [只读]
添加到查询轴的所有 tuple,作为 IOLAPTuple 实例数组。 | IOLAPQueryAxis |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
将单个成员添加到查询轴中。 | IOLAPQueryAxis | ||
将集添加到查询轴中。 | IOLAPQueryAxis | ||
将 tuple 添加到查询轴中。 | IOLAPQueryAxis |
属性详细信息
sets | 属性 |
tuples | 属性 |
方法详细信息
addMember | () | 方法 |
public function addMember(s:IOLAPMember):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
将单个成员添加到查询轴中。该成员会自动转换为 IOLPASet 实例。将成员添加到切片轴中时使用此方法。
参数
s: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。
|
Tue Jun 12 2018, 11:04 AM Z