套件 | 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
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis. | OLAPQueryAxis | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
sets : Array [唯讀]
All the sets of the query axis, as an Array of IOLAPSet instances. | OLAPQueryAxis | ||
tuples : Array [唯讀]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | OLAPQueryAxis |
方法 | 定義自 | ||
---|---|---|---|
OLAPQueryAxis(ordinal:int)
Constructor
| OLAPQueryAxis | ||
Adds a single member to the query axis. | OLAPQueryAxis | ||
Adds a set to the query axis. | OLAPQueryAxis | ||
Adds a tuple to the query axis. | OLAPQueryAxis | ||
Clears all the sets, tuples and members from this axis. | 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 |
The type of axis, as
OLAPQuery.COLUMN AXIS
for a column axis,
OLAPQuery.ROW_AXIS
for a row axis,
and OLAPQuery.SLICER_AXIS
for a slicer axis.
sets | 屬性 |
tuples | 屬性 |
OLAPQueryAxis | () | 建構函式 |
addMember | () | 方法 |
public function addMember(m:IOLAPMember):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Adds a single member to the query axis. The member is automatically converted to an IOLPASet instance. This method is useful when adding a member to a slicer axis.
參數
m:IOLAPMember — The member to add to the query.
|
addSet | () | 方法 |
addTuple | () | 方法 |
public function addTuple(t:mx.olap:IOLAPTuple):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
參數
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
clear | () | 方法 |
public function clear():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Clears all the sets, tuples and members from this axis.
Tue Jun 12 2018, 03:47 PM Z