Paquete | mx.olap |
Clase | public class OLAPSchema |
Herencia | OLAPSchema Object |
Implementa | IOLAPSchema |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The <mx:OLAPSchema>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema Properties cubeArray="" />
Propiedad MXML predeterminadacubeArray
Más ejemplos
Creating an OLAP schema
Specifying the aggregation method for a measure
Creating a schema dimension
Creating a default member in a schema
Specifying the aggregation method for a measure
Creating a schema dimension
Creating a default member in a schema
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
cubeArray : Array [solo escritura]
Lets you set the cubes of a schema by passing an Array of IOLAPCube instances. | OLAPSchema | ||
cubes : IList
All the cubes known by this schema, as a list of IOLAPCube instances. | OLAPSchema |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
cubeArray | propiedad |
cubes | propiedad |
cubes:IList
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get cubes():IList
public function set cubes(value:IList):void
Información sobre métodos
createCube | () | método |
public function createCube(name:String):IOLAPCube
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Creates an OLAP cube from the schema.
Parámetros
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance.
|
getCube | () | método |
public function getCube(name:String):IOLAPCube
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
|
Tue Jun 12 2018, 02:12 PM Z