| Pakket | mx.olap |
| Klasse | public class OLAPSchema |
| Overerving | OLAPSchema Object |
| Implementatie | IOLAPSchema |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
MXML-syntaxis verbergen
The <mx:OLAPSchema> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPSchema
Properties
cubeArray=""
/>
Standaard-MXML-eigenschapcubeArray
Meer voorbeelden
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
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| cubeArray : Array [alleen-schrijven]
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 | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Creates an OLAP cube from the schema. | OLAPSchema | ||
Returns a cube specified by name. | OLAPSchema | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Eigenschapdetails
cubeArray | eigenschap |
cubes | eigenschap |
cubes:IList| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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.
Implementatie
public function get cubes():IList public function set cubes(value:IList):voidMethodedetails
createCube | () | methode |
getCube | () | methode |
public function getCube(name:String):IOLAPCube| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns a cube specified by name.
Parameters
name:String — The name of the cube.
|
IOLAPCube — The IOLAPCube instance, or null if one is not found.
|
Wed Jun 13 2018, 11:42 AM Z
MXML-syntaxis weergeven