Pacote | mx.olap |
Classe | public class OLAPSchema |
Herança | OLAPSchema Object |
Implementações | IOLAPSchema |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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="" />
Propriedade MXML padrãocubeArray
Mais exemplos
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 da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
cubeArray : Array [somente gravação]
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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
cubeArray | propriedade |
cubes | propriedade |
cubes:IList
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():IList
public function set cubes(value:IList):void
Detalhes 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