Pakiet | mx.olap |
Interfejs | public interface IOLAPSchema |
Implementory | OLAPSchema |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
cubes : IList [tylko do odczytu]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Szczegół właściwości
cubes | właściwość |
cubes:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get cubes():IList
Szczegół metody
createCube | () | metoda |
getCube | () | metoda |
public function getCube(name:String):IOLAPCube
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parametry
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Tue Jun 12 2018, 12:06 PM Z