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 

OLAPLevel  - AS3 Flex

Pacchettomx.olap
Classepublic class OLAPLevel
EreditarietàOLAPLevel Inheritance OLAPElement Inheritance Proxy
Implementa IOLAPLevel

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

The OLAPLevel class represents a level in an OLAP cube.

Sintassi MXMLexpandedNascondi sintassi MXML

The <mx:OLAPLevel> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <mx:OLAPLevel
    Properties
    attributeName=""
  />
 
  

Altri esempi

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  attribute : OLAPAttribute
[sola lettura] The attribute connected to this level, as an instance of OLAPAttribute.
OLAPLevel
  attributeName : String
The name of the attribute to be used at this level.
OLAPLevel
  child : IOLAPLevel
[sola lettura] The next child level in the hierarchy.
OLAPLevel
  dataField : String
[sola lettura] The field of the input data set that provides the data for this OLAPLevel instance.
OLAPLevel
  depth : int
[sola lettura] The depth of the level in the hierarchy of the dimension.
OLAPLevel
 Inheriteddimension : IOLAPDimension
The dimension to which this element belongs.
OLAPElement
 InheriteddisplayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
  hierarchy : IOLAPHierarchy
The hierarchy of the dimension to which this level belongs.
OLAPLevel
  members : IList
[sola lettura] The members of this level, as a list of IOLAPMember instances, or null if a member is not found.
OLAPLevel
  name : String
[override] The value of the name property of the OLAPAttribute instance associated with this OLAPLevel instance.
OLAPLevel
  parent : IOLAPLevel
[sola lettura] The parent level of this level, or null if this level is not nested in another level.
OLAPLevel
  uniqueName : String
[override] [sola lettura] The unique name of the OLAP element in the cube.
OLAPLevel
Metodi pubblici
 MetodoDefinito da
  
OLAPLevel(name:String = null, displayName:String = null)
Constructor
OLAPLevel
  
Returns the members with the given name within the hierarchy.
OLAPLevel
 Inherited
Returns the unique name of the element.
OLAPElement
Descrizione delle proprietà

attribute

proprietà
attribute:OLAPAttribute  [sola lettura]

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

The attribute connected to this level, as an instance of OLAPAttribute.



Implementazione
    public function get attribute():OLAPAttribute

attributeName

proprietà 
attributeName:String

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

The name of the attribute to be used at this level. The value of this property corresponds to the value of the OLAPAttribute.name property for the corresponding attribute.



Implementazione
    public function get attributeName():String
    public function set attributeName(value:String):void

child

proprietà 
child:IOLAPLevel  [sola lettura]

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

The next child level in the hierarchy.



Implementazione
    public function get child():IOLAPLevel

dataField

proprietà 
dataField:String  [sola lettura]

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

The field of the input data set that provides the data for this OLAPLevel instance.



Implementazione
    public function get dataField():String

depth

proprietà 
depth:int  [sola lettura]

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

The depth of the level in the hierarchy of the dimension.



Implementazione
    public function get depth():int

hierarchy

proprietà 
hierarchy:IOLAPHierarchy

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

The hierarchy of the dimension to which this level belongs.



Implementazione
    public function get hierarchy():IOLAPHierarchy
    public function set hierarchy(value:IOLAPHierarchy):void

members

proprietà 
members:IList  [sola lettura]

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

The members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.



Implementazione
    public function get members():IList

name

proprietà 
name:String[override]

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

The value of the name property of the OLAPAttribute instance associated with this OLAPLevel instance. Even though this property is writable, its value is determned by the OLAPAttribute instance associated with the level and cannot be set.



Implementazione
    override public function get name():String
    override public function set name(value:String):void

parent

proprietà 
parent:IOLAPLevel  [sola lettura]

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

The parent level of this level, or null if this level is not nested in another level.



Implementazione
    public function get parent():IOLAPLevel

uniqueName

proprietà 
uniqueName:String  [sola lettura] [override]

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
    override public function get uniqueName():String
Descrizione della funzione di costruzione

OLAPLevel

()Funzione di costruzione
public function OLAPLevel(name:String = null, displayName:String = null)

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

Constructor

Parametri
name:String (default = null) — The name of the OLAP level 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 level, as a String, which can be used for display.
Descrizione dei metodi

findMember

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

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

Returns the members with the given name within the hierarchy.

Parametri

name:String — The name of the member.

Restituisce
IList — A list of IOLAPMember instances representing the members, 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.