((Apenas para componentes do Flex Data Visualization))
Pacotemx.olap
Interfacepublic interface IOLAPSchema
ImplementorsOLAPSchema

The IOLAPSchema interface represents the OLAP schema.

Veja também

mx.olap.OLAPSchema


Propriedades Públicas
 PropriedadeDefinido por
  cubes : IList
[read-only] All the cubes known by this schema, as a list of IOLAPCube instances.
IOLAPSchema
Métodos Públicos
 MétodoDefinido por
  
Creates an OLAP cube from the schema.
IOLAPSchema
  
Returns a cube specified by name.
IOLAPSchema
Detalhes da propriedade
cubespropriedade
cubes:IList  [read-only]

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():IList
Detalhes do método
createCube()método
public function createCube(name:String):IOLAPCube

Creates an OLAP cube from the schema.

Parâmetros

name:String — The name of the cube.

Retorna
IOLAPCube — The IOLAPCube instance.
getCube()método 
public function getCube(name:String):IOLAPCube

Returns a cube specified by name.

Parâmetros

name:String — The name of the cube.

Retorna
IOLAPCube — The IOLAPCube instance, or null if one is not found.