Paket | mx.olap |
Arabirim | public interface IOLAPQueryAxis |
Uygulayıcılar | OLAPQueryAxis |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
sets : Array [salt okunur]
All the sets of the query axis, as an Array of IOLAPSet instances. | IOLAPQueryAxis | ||
tuples : Array [salt okunur]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | IOLAPQueryAxis |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | özellik |
sets:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get sets():Array
tuples | özellik |
tuples:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get tuples():Array
addMember | () | yöntem |
public function addMember(s:IOLAPMember):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
s:IOLAPMember — The member to add to the query.
|
addSet | () | yöntem |
public function addSet(s:IOLAPSet):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
s:IOLAPSet — The set to add to the query.
|
addTuple | () | yöntem |
public function addTuple(t:mx.olap:IOLAPTuple):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parametreler
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
Tue Jun 12 2018, 01:09 PM Z