Pakiet | mx.olap |
Interfejs | public interface IOLAPDimension extends IOLAPElement |
Implementory | OLAPDimension |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
attributes : IList [tylko do odczytu]
The attributes of this dimension, as a list of OLAPAttribute instances. | IOLAPDimension | ||
cube : IOLAPCube [tylko do odczytu]
The cube to which this dimension belongs. | IOLAPDimension | ||
defaultMember : IOLAPMember [tylko do odczytu]
The default member of this dimension. | IOLAPDimension | ||
dimension : IOLAPDimension [tylko do odczytu]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [tylko do odczytu]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchies : IList [tylko do odczytu]
All the hierarchies for this dimension, as a list of IOLAPHierarchy instances. | IOLAPDimension | ||
isMeasure : Boolean [tylko do odczytu]
Contains true if this is the measures dimension,
which holds all the measure members. | IOLAPDimension | ||
members : IList [tylko do odczytu]
Returns all the members of this dimension, as a list of IOLAPMember instances. | IOLAPDimension | ||
name : String [tylko do odczytu]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [tylko do odczytu]
The unique name of the OLAP element in the cube. | IOLAPElement |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
attributes | właściwość |
cube | właściwość |
defaultMember | właściwość |
defaultMember:IOLAPMember
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The default member of this dimension.
Implementacja
public function get defaultMember():IOLAPMember
hierarchies | właściwość |
isMeasure | właściwość |
members | właściwość |
members:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get members():IList
Szczegół metody
findAttribute | () | metoda |
public function findAttribute(name:String):IOLAPAttribute
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the attribute with the given name within the dimension.
Parametry
name:String — The name of the attribute.
|
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
|
findHierarchy | () | metoda |
public function findHierarchy(name:String):IOLAPHierarchy
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the hierarchy with the given name within the dimension.
Parametry
name:String — The name of the hierarchy.
|
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy is not found.
|
findMember | () | metoda |
public function findMember(name:String):IOLAPMember
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the member with the given name within the dimension.
Parametry
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 12:06 PM Z