Paket | mx.olap |
Gränssnitt | public interface IOLAPLevel extends IOLAPElement |
Implementorer | OLAPLevel |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
child : IOLAPLevel [skrivskyddad]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [skrivskyddad]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
dimension : IOLAPDimension [skrivskyddad]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [skrivskyddad]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [skrivskyddad]
The hierarchy of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [skrivskyddad]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [skrivskyddad]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [skrivskyddad]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [skrivskyddad]
The unique name of the OLAP element in the cube. | IOLAPElement |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
Egenskapsdetaljer
child | egenskap |
child:IOLAPLevel
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The next child level in the hierarchy.
Implementering
public function get child():IOLAPLevel
depth | egenskap |
hierarchy | egenskap |
hierarchy:IOLAPHierarchy
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The hierarchy of the dimension to which this level belongs.
Implementering
public function get hierarchy():IOLAPHierarchy
members | egenskap |
members:IList
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
Implementering
public function get members():IList
parent | egenskap |
parent:IOLAPLevel
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The parent level of this level, or null if this level is not nested in another level.
Implementering
public function get parent():IOLAPLevel
Metoddetaljer
findMember | () | metod |
public function findMember(name:String):IList
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the members with the given name within the hierarchy.
Parametrar
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 01:40 PM Z