Pacchetto | mx.olap |
Classe | public class OLAPSchema |
Ereditarietà | OLAPSchema Object |
Implementa | IOLAPSchema |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The <mx:OLAPSchema>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema Properties cubeArray="" />
Proprietà MXML predefinitacubeArray
Altri esempi
Creating an OLAP schema
Specifying the aggregation method for a measure
Creating a schema dimension
Creating a default member in a schema
Specifying the aggregation method for a measure
Creating a schema dimension
Creating a default member in a schema
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
cubeArray : Array [sola scrittura]
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
cubeArray | proprietà |
cubes | proprietà |
cubes:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get cubes():IList
public function set cubes(value:IList):void
Descrizione dei metodi
createCube | () | metodo |
getCube | () | metodo |
public function getCube(name:String):IOLAPCube
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parametri
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Tue Jun 12 2018, 02:44 PM Z