適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.olap 

IOLAPQueryAxis  - AS3 Flex

套件mx.olap
介面public interface IOLAPQueryAxis
實作者 OLAPQueryAxis

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The IOLAPQueryAxis interface represents an axis of an OLAP query.

相關 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

屬性
sets:Array  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

All the sets of the query axis, as an Array of IOLAPSet instances. This Array includes sets added by the addMember() and addTuple() methods.



實作
    public function get sets():Array

tuples

屬性 
tuples:Array  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

All the tuples added to the query axis, as an Array of IOLAPTuple instances. This Array includes tuples added by the addMember() and addSet() methods.



實作
    public function get tuples():Array
方法詳細資訊

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

()方法 
public function addSet(s:IOLAPSet):void

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Adds a set to the query axis. The set define the members and tuples that provide the information for the query axis.

參數

s:IOLAPSet — The set to add to the query.

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.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。