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 

IOLAPDimension  - AS3 Flex

Pacchettomx.olap
Interfacciapublic interface IOLAPDimension extends IOLAPElement
Implementatori OLAPDimension

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

The IOLAPDimension interface represents a dimension in an IOLAPCube instance.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  attributes : IList
[sola lettura] The attributes of this dimension, as a list of OLAPAttribute instances.
IOLAPDimension
  cube : IOLAPCube
[sola lettura] The cube to which this dimension belongs.
IOLAPDimension
  defaultMember : IOLAPMember
[sola lettura] The default member of this dimension.
IOLAPDimension
 Inheriteddimension : IOLAPDimension
[sola lettura] The dimension to which this element belongs.
IOLAPElement
 InheriteddisplayName : String
[sola lettura] The name of the OLAP element, as a String, which can be used for display.
IOLAPElement
  hierarchies : IList
[sola lettura] All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.
IOLAPDimension
  isMeasure : Boolean
[sola lettura] Contains true if this is the measures dimension, which holds all the measure members.
IOLAPDimension
  members : IList
[sola lettura] Returns all the members of this dimension, as a list of IOLAPMember instances.
IOLAPDimension
 Inheritedname : String
[sola lettura] The name of the OLAP element that includes the OLAP schema hierarchy of the element.
IOLAPElement
 InheriteduniqueName : String
[sola lettura] The unique name of the OLAP element in the cube.
IOLAPElement
Metodi pubblici
 MetodoDefinito da
  
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
Descrizione delle proprietà

attributes

proprietà
attributes:IList  [sola lettura]

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

The attributes of this dimension, as a list of OLAPAttribute instances.



Implementazione
    public function get attributes():IList

cube

proprietà 
cube:IOLAPCube  [sola lettura]

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

The cube to which this dimension belongs.



Implementazione
    public function get cube():IOLAPCube

defaultMember

proprietà 
defaultMember:IOLAPMember  [sola lettura]

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

The default member of this dimension.



Implementazione
    public function get defaultMember():IOLAPMember

hierarchies

proprietà 
hierarchies:IList  [sola lettura]

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

All the hierarchies for this dimension, as a list of IOLAPHierarchy instances.



Implementazione
    public function get hierarchies():IList

isMeasure

proprietà 
isMeasure:Boolean  [sola lettura]

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

Contains true if this is the measures dimension, which holds all the measure members.



Implementazione
    public function get isMeasure():Boolean

members

proprietà 
members:IList  [sola lettura]

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



Implementazione
    public function get members():IList
Descrizione dei metodi

findAttribute

()metodo
public function findAttribute(name:String):IOLAPAttribute

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

Returns the attribute with the given name within the dimension.

Parametri

name:String — The name of the attribute.

Restituisce
IOLAPAttribute — An IOLAPAttribute instance representing the attribute, or null if an attribute is not found.

findHierarchy

()metodo 
public function findHierarchy(name:String):IOLAPHierarchy

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

Returns the hierarchy with the given name within the dimension.

Parametri

name:String — The name of the hierarchy.

Restituisce
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy, or null if a hierarchy is not found.

findMember

()metodo 
public function findMember(name:String):IOLAPMember

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

Returns the member with the given name within the dimension.

Parametri

name:String — The name of the member.

Restituisce
IOLAPMember — An IOLAPMember instance representing the member, or null if a member is not found.




[ 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.