| Pacote | mx.olap |
| Classe | public class OLAPElement |
| Herança | OLAPElement Proxy |
| Implementações | IOLAPElement |
| Subclasses | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Ocultar sintaxe MXML
The <mx:OLAPElement> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPElement
Properties
dimensions=""
name=""
/>
Elementos da API relacionados
| Propriedade | Definido por | ||
|---|---|---|---|
| dimension : IOLAPDimension
The dimension to which this element belongs. | OLAPElement | ||
| displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
| name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
| uniqueName : String [somente leitura]
The unique name of the OLAP element in the cube. | OLAPElement | ||
| Método | Definido por | ||
|---|---|---|---|
Constructor
| OLAPElement | ||
Returns the unique name of the element. | OLAPElement | ||
dimension | propriedade |
dimension:IOLAPDimension| 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 public function set dimension(value:IOLAPDimension):voiddisplayName | propriedade |
displayName:String| 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, as a String, which can be used for display.
Implementação
public function get displayName():String public function set displayName(value:String):voidname | propriedade |
name:String| 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 public function set name(value:String):voiduniqueName | 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():StringOLAPElement | () | Construtor |
public function OLAPElement(name:String = null, displayName:String = null)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor
Parâmetrosname:String (default = null) — The name of the OLAP element that includes the OLAP schema hierarchy of the element.
For example, "Time_Year", where "Year" is a level of the "Time" dimension in an OLAP schema.
| |
displayName:String (default = null) — The name of the OLAP element, as a String, which can be used for display.
|
toString | () | método |
Wed Jun 13 2018, 11:10 AM Z
Mostrar sintaxe MXML