| Pakket | mx.olap |
| Interface | public interface IOLAPMember extends IOLAPElement |
| Geïmplementeerd door | OLAPMember |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| children : IList [alleen-lezen]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
![]() | 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 | |
| hierarchy : IOLAPHierarchy [alleen-lezen]
The hierarchy to which this member belongs. | IOLAPMember | ||
| isAll : Boolean [alleen-lezen]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
| isMeasure : Boolean [alleen-lezen]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
| level : IOLAPLevel [alleen-lezen]
The level to which this member belongs. | IOLAPMember | ||
![]() | name : String [alleen-lezen]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | |
| parent : IOLAPMember [alleen-lezen]
The parent of this member. | IOLAPMember | ||
![]() | uniqueName : String [alleen-lezen]
The unique name of the OLAP element in the cube. | IOLAPElement | |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember | ||
Eigenschapdetails
children | eigenschap |
hierarchy | eigenschap |
hierarchy:IOLAPHierarchy [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
Implementatie
public function get hierarchy():IOLAPHierarchyisAll | eigenschap |
isMeasure | eigenschap |
level | eigenschap |
level:IOLAPLevel [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
Implementatie
public function get level():IOLAPLevelparent | eigenschap |
parent:IOLAPMember [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The parent of this member.
Implementatie
public function get parent():IOLAPMemberMethodedetails
findChildMember | () | methode |
public function findChildMember(name:String):IOLAPMember| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
Parameters
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven