Pakket | mx.olap |
Interface | public interface IOLAPDimension extends IOLAPElement |
Geïmplementeerd door | OLAPDimension |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
attributes : IList [alleen-lezen]
The attributes of this dimension, as a list of OLAPAttribute instances. | IOLAPDimension | ||
cube : IOLAPCube [alleen-lezen]
The cube to which this dimension belongs. | IOLAPDimension | ||
defaultMember : IOLAPMember [alleen-lezen]
The default member of this dimension. | IOLAPDimension | ||
dimension : IOLAPDimension [alleen-lezen]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [alleen-lezen]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchies : IList [alleen-lezen]
All the hierarchies for this dimension, as a list of IOLAPHierarchy instances. | IOLAPDimension | ||
isMeasure : Boolean [alleen-lezen]
Contains true if this is the measures dimension,
which holds all the measure members. | IOLAPDimension | ||
members : IList [alleen-lezen]
Returns all the members of this dimension, as a list of IOLAPMember instances. | IOLAPDimension | ||
name : String [alleen-lezen]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [alleen-lezen]
The unique name of the OLAP element in the cube. | IOLAPElement |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Returns the attribute with the given name within the dimension. | IOLAPDimension | ||
Returns the hierarchy with the given name within the dimension. | IOLAPDimension | ||
Returns the member with the given name within the dimension. | IOLAPDimension |
Eigenschapdetails
attributes | eigenschap |
cube | eigenschap |
defaultMember | eigenschap |
defaultMember:IOLAPMember
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The default member of this dimension.
Implementatie
public function get defaultMember():IOLAPMember
hierarchies | eigenschap |
isMeasure | eigenschap |
members | eigenschap |
members:IList
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns all the members of this dimension, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Implementatie
public function get members():IList
Methodedetails
findAttribute | () | methode |
public function findAttribute(name:String):IOLAPAttribute
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the attribute with the given name within the dimension.
Parameters
name:String — The name of the attribute.
|
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
|
findHierarchy | () | methode |
public function findHierarchy(name:String):IOLAPHierarchy
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the hierarchy with the given name within the dimension.
Parameters
name:String — The name of the hierarchy.
|
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy is not found.
|
findMember | () | methode |
public function findMember(name:String):IOLAPMember
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the member with the given name within the dimension.
Parameters
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Wed Jun 13 2018, 11:42 AM Z