Pacote | mx.olap |
Interface | public interface IOLAPDimension extends IOLAPElement |
Implementadores | OLAPDimension |
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 | ||
---|---|---|---|
attributes : IList [somente leitura]
The attributes of this dimension, as a list of OLAPAttribute instances. | IOLAPDimension | ||
cube : IOLAPCube [somente leitura]
The cube to which this dimension belongs. | IOLAPDimension | ||
defaultMember : IOLAPMember [somente leitura]
The default member of this dimension. | IOLAPDimension | ||
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 | ||
hierarchies : IList [somente leitura]
All the hierarchies for this dimension, as a list of IOLAPHierarchy instances. | IOLAPDimension | ||
isMeasure : Boolean [somente leitura]
Contains true if this is the measures dimension,
which holds all the measure members. | IOLAPDimension | ||
members : IList [somente leitura]
Returns all the members of this dimension, as a list of IOLAPMember instances. | IOLAPDimension | ||
name : String [somente leitura]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [somente leitura]
The unique name of the OLAP element in the cube. | IOLAPElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Returns the attribute with the given name within the dimension. | IOLAPDimension | ||
Returns the hierarchy with the given name within the dimension. | IOLAPDimension | ||
Returns the member with the given name within the dimension. | IOLAPDimension |
Detalhes da propriedade
attributes | propriedade |
cube | propriedade |
defaultMember | propriedade |
defaultMember: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 default member of this dimension.
Implementação
public function get defaultMember():IOLAPMember
hierarchies | propriedade |
isMeasure | propriedade |
members | propriedade |
members:IList
[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 |
Returns all the members of this dimension, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Implementação
public function get members():IList
Detalhes do método
findAttribute | () | método |
public function findAttribute(name:String):IOLAPAttribute
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the attribute with the given name within the dimension.
Parâmetros
name:String — The name of the attribute.
|
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
|
findHierarchy | () | método |
public function findHierarchy(name:String):IOLAPHierarchy
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the hierarchy with the given name within the dimension.
Parâmetros
name:String — The name of the hierarchy.
|
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy is not found.
|
findMember | () | método |
public function findMember(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 the member with the given name within the dimension.
Parâmetros
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Wed Jun 13 2018, 11:10 AM Z