| Pacote | mx.olap |
| Interface | public interface IOLAPMember extends IOLAPElement |
| Implementadores | OLAPMember |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| children : IList [somente leitura]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
![]() | dimension : IOLAPDimension [somente leitura]
The dimension to which this element belongs. | IOLAPElement | |
![]() | displayName : String [somente leitura]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | |
| hierarchy : IOLAPHierarchy [somente leitura]
The hierarchy to which this member belongs. | IOLAPMember | ||
| isAll : Boolean [somente leitura]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
| isMeasure : Boolean [somente leitura]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
| level : IOLAPLevel [somente leitura]
The level to which this member belongs. | IOLAPMember | ||
![]() | name : String [somente leitura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | |
| parent : IOLAPMember [somente leitura]
The parent of this member. | IOLAPMember | ||
![]() | uniqueName : String [somente leitura]
The unique name of the OLAP element in the cube. | IOLAPElement | |
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember | ||
Detalhes da propriedade
children | propriedade |
hierarchy | propriedade |
hierarchy:IOLAPHierarchy [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The hierarchy to which this member belongs.
Implementação
public function get hierarchy():IOLAPHierarchyisAll | propriedade |
isMeasure | propriedade |
level | propriedade |
level:IOLAPLevel [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The level to which this member belongs.
Implementação
public function get level():IOLAPLevelparent | propriedade |
parent:IOLAPMember [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The parent of this member.
Implementação
public function get parent():IOLAPMemberDetalhes do método
findChildMember | () | método |
public function findChildMember(name:String):IOLAPMember| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns a child of this member with the given name.
Parâmetros
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:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas