| Pacote | mx.olap |
| Interface | public interface IOLAPSchema |
| Implementadores | OLAPSchema |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| cubes : IList [somente leitura]
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 | ||
Detalhes da propriedade
cubes | propriedade |
cubes:IList [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Implementação
public function get cubes():IListDetalhes do método
createCube | () | método |
getCube | () | método |
public function getCube(name:String):IOLAPCube| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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.
|
Wed Jun 13 2018, 11:10 AM Z