Paquete | mx.olap |
Interfaz | public interface IOLAPSchema |
Implementadores | OLAPSchema |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
cubes : IList [solo lectura]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Información sobre propiedades
cubes | propiedad |
cubes:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get cubes():IList
Información sobre métodos
createCube | () | método |
public function createCube(name:String):IOLAPCube
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Creates an OLAP cube from the schema.
Parámetros
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance.
|
getCube | () | método |
public function getCube(name:String):IOLAPCube
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parámetros
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Tue Jun 12 2018, 02:12 PM Z