Pacchetto | mx.olap |
Interfaccia | public interface IOLAPMember extends IOLAPElement |
Implementatori | OLAPMember |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
children : IList [sola lettura]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
dimension : IOLAPDimension [sola lettura]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [sola lettura]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
hierarchy : IOLAPHierarchy [sola lettura]
The hierarchy to which this member belongs. | IOLAPMember | ||
isAll : Boolean [sola lettura]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
isMeasure : Boolean [sola lettura]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
level : IOLAPLevel [sola lettura]
The level to which this member belongs. | IOLAPMember | ||
name : String [sola lettura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPMember [sola lettura]
The parent of this member. | IOLAPMember | ||
uniqueName : String [sola lettura]
The unique name of the OLAP element in the cube. | IOLAPElement |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
Descrizione delle proprietà
children | proprietà |
hierarchy | proprietà |
hierarchy:IOLAPHierarchy
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
Implementazione
public function get hierarchy():IOLAPHierarchy
isAll | proprietà |
isMeasure | proprietà |
level | proprietà |
level:IOLAPLevel
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
Implementazione
public function get level():IOLAPLevel
parent | proprietà |
parent:IOLAPMember
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The parent of this member.
Implementazione
public function get parent():IOLAPMember
Descrizione dei metodi
findChildMember | () | metodo |
public function findChildMember(name:String):IOLAPMember
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
Parametri
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, 02:44 PM Z