套件 | mx.olap |
介面 | public interface IOLAPQueryAxis |
實作者 | OLAPQueryAxis |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
sets : Array [唯讀]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [唯讀]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Adds a single member to the query axis. | IOLAPQueryAxis | ||
Adds a set to the query axis. | IOLAPQueryAxis | ||
Adds a tuple to the query axis. | IOLAPQueryAxis |
屬性詳細資訊
sets | 屬性 |
tuples | 屬性 |
方法詳細資訊
addMember | () | 方法 |
public function addMember(s: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.
參數
s: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.
|
Tue Jun 12 2018, 03:47 PM Z