Paket | mx.olap |
Klass | public class OLAPSchema |
Arv | OLAPSchema Object |
Implementerar | IOLAPSchema |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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="" />
MXML-standardegenskapcubeArray
Fler exempel
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
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
cubeArray : Array [lässkyddad]
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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Egenskapsdetaljer
cubeArray | egenskap |
cubes | egenskap |
cubes:IList
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
public function set cubes(value:IList):void
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