Pacchetto | mx.olap |
Interfaccia | public interface IOLAPSchema |
Implementatori | OLAPSchema |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
cubes : IList [sola lettura]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Descrizione delle proprietà
cubes | proprietà |
cubes:IList
[sola lettura] 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
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