Pacote | mx.olap |
Interface | public interface IOLAPElement |
Implementadores | OLAPElement |
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 | ||
---|---|---|---|
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 | ||
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 |
Detalhes da propriedade
dimension | propriedade |
dimension:IOLAPDimension
[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 dimension to which this element belongs.
Implementação
public function get dimension():IOLAPDimension
displayName | propriedade |
name | propriedade |
name:String
[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 name of the OLAP element that includes the OLAP schema hierarchy of the element. For example, "Time_Year" is the name of the OLAP element, where "Year" is a level of the "Time" dimension in an OLAP schema.
Implementação
public function get name():String
uniqueName | propriedade |
uniqueName:String
[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 unique name of the OLAP element in the cube. For example, "[Time][Year][2007]" is a unique name, where 2007 is the element name belonging to the "Year" level of the "Time" dimension.
Implementação
public function get uniqueName():String
Wed Jun 13 2018, 11:10 AM Z