Paket | mx.olap |
Gränssnitt | public interface IOLAPSchema |
Implementorer | OLAPSchema |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
cubes : IList [skrivskyddad]
All the cubes known by this schema, as a list of IOLAPCube instances. | IOLAPSchema |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Creates an OLAP cube from the schema. | IOLAPSchema | ||
Returns a cube specified by name. | IOLAPSchema |
Egenskapsdetaljer
cubes | egenskap |
cubes:IList
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get cubes():IList
Metoddetaljer
createCube | () | metod |
getCube | () | metod |
public function getCube(name:String):IOLAPCube
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parametrar
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Tue Jun 12 2018, 01:40 PM Z