| Paket | mx.olap |
| Sınıf | public class OLAPSchema |
| Miras Alma | OLAPSchema Object |
| Uygular | IOLAPSchema |
| 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 |
MXML Sözdizimini Gizle
The <mx:OLAPSchema> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema
Properties
cubeArray=""
/>
Varsayılan MXML ÖzelliğicubeArray
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| cubeArray : Array [salt yazılır]
Lets you set the cubes of a schema by passing an Array of IOLAPCube instances. | OLAPSchema | ||
| cubes : IList
All the cubes known by this schema, as a list of IOLAPCube instances. | OLAPSchema | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
Özellik Ayrıntısı
cubeArray | özellik |
cubes | özellik |
cubes:IList| 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 cubes known by this schema, as a list of IOLAPCube instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Uygulama
public function get cubes():IList public function set cubes(value:IList):voidYöntem Ayrıntısı
createCube | () | yöntem |
getCube | () | yöntem |
Tue Jun 12 2018, 01:09 PM Z
MXML Sözdizimini Göster