Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.olap 

IOLAPElement  - AS3 Flex

Pacchettomx.olap
Interfacciapublic interface IOLAPElement
Implementatori OLAPElement

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The IOLAPElement interface defines a base interface that provides common properties for all OLAP elements.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  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
  name : String
[sola lettura] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
  uniqueName : String
[sola lettura] The unique name of the OLAP element in the cube.
IOLAPElement
Descrizione delle proprietà

dimension

proprietà
dimension:IOLAPDimension  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The dimension to which this element belongs.



Implementazione
    public function get dimension():IOLAPDimension

displayName

proprietà 
displayName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The name of the OLAP element, as a String, which can be used for display.



Implementazione
    public function get displayName():String

name

proprietà 
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni 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.



Implementazione
    public function get name():String

uniqueName

proprietà 
uniqueName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni 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.



Implementazione
    public function get uniqueName():String




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.