Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.olap 

OLAPMeasure  - AS3 Flex

Pacotemx.olap
Classepublic class OLAPMeasure
HerançaOLAPMeasure Inheritance OLAPMember Inheritance OLAPElement Inheritance Proxy

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

The OLAPMeasure class represents a member of the measure dimension of an OLAP cube.

Mais exemplos



Propriedades públicas
 PropriedadeDefinido por
  aggregator : Object
The aggregation to be performed for this measure.
OLAPMeasure
 Inheritedchildren : IList
[somente leitura] The children of this member, as a list of IOLAPMember instances.
OLAPMember
 InheriteddataField : String
The field of the input data set that provides the data for this OLAPMember instance.
OLAPMember
 Inheriteddimension : IOLAPDimension
[substituir] The dimension to which this member belongs.
OLAPMember
 InheriteddisplayName : String
The name of the OLAP element, as a String, which can be used for display.
OLAPElement
 Inheritedhierarchy : IOLAPHierarchy
[somente leitura] The hierarchy to which this member belongs.
OLAPMember
 InheritedisAll : Boolean
[somente leitura] Returns true if this is the all member of a hierarchy.
OLAPMember
 InheritedisMeasure : Boolean
[somente leitura] Returns true if this member represents a measure of a dimension.
OLAPMember
 Inheritedlevel : IOLAPLevel
The level to which this member belongs.
OLAPMember
 Inheritedname : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element.
OLAPElement
 Inheritedparent : IOLAPMember
The parent of this member.
OLAPMember
 InheriteduniqueName : String
[substituir] [somente leitura] The unique name of the OLAP element in the cube.
OLAPMember
Métodos públicos
 MétodoDefinido por
  
OLAPMeasure(name:String = null, displayName:String = null)
Constructor.
OLAPMeasure
 Inherited
Returns a child of this member with the given name.
OLAPMember
 Inherited
Returns the unique name of the element.
OLAPElement
Detalhes da propriedade

aggregator

propriedade
aggregator:Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

The aggregation to be performed for this measure. You can use one of the following values for the property: "SUM", "AVG", "MIN", "MAX", or "COUNT".

You can also use a custom aggregator by implementing the IOLAPCustomAggregator interface, then setting the aggregator property to that custom aggregator, as the following example shows:

aggregator={new CustomAgg()}



Implementação
    public function get aggregator():Object
    public function set aggregator(value:Object):void

Elementos da API relacionados

Detalhes do construtor

OLAPMeasure

()Construtor
public function OLAPMeasure(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âmetros
name: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 measure, as a String, which can be used for display.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.