Pakket | mx.olap |
Interface | public interface IOLAPSchema |
Geïmplementeerd door | OLAPSchema |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
cubes : IList [alleen-lezen]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Eigenschapdetails
cubes | eigenschap |
cubes:IList
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get cubes():IList
Methodedetails
createCube | () | methode |
getCube | () | methode |
public function getCube(name:String):IOLAPCube
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parameters
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Wed Jun 13 2018, 11:42 AM Z