Pakiet | mx.olap |
Interfejs | public interface IOLAPMember extends IOLAPElement |
Implementory | OLAPMember |
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 | ||
---|---|---|---|
children : IList [tylko do odczytu]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
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 | ||
hierarchy : IOLAPHierarchy [tylko do odczytu]
The hierarchy to which this member belongs. | IOLAPMember | ||
isAll : Boolean [tylko do odczytu]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
isMeasure : Boolean [tylko do odczytu]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
level : IOLAPLevel [tylko do odczytu]
The level to which this member belongs. | IOLAPMember | ||
name : String [tylko do odczytu]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPMember [tylko do odczytu]
The parent of this member. | IOLAPMember | ||
uniqueName : String [tylko do odczytu]
The unique name of the OLAP element in the cube. | IOLAPElement |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
Szczegół właściwości
children | właściwość |
hierarchy | właściwość |
hierarchy:IOLAPHierarchy
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
Implementacja
public function get hierarchy():IOLAPHierarchy
isAll | właściwość |
isMeasure | właściwość |
level | właściwość |
level:IOLAPLevel
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
Implementacja
public function get level():IOLAPLevel
parent | właściwość |
parent:IOLAPMember
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The parent of this member.
Implementacja
public function get parent():IOLAPMember
Szczegół metody
findChildMember | () | metoda |
public function findChildMember(name:String):IOLAPMember
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
Parametry
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 12:06 PM Z