Paket | mx.olap |
Gränssnitt | public interface IOLAPElement |
Implementorer | OLAPElement |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
dimension : IOLAPDimension [skrivskyddad]
The dimension to which this element belongs. | IOLAPElement | ||
displayName : String [skrivskyddad]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
name : String [skrivskyddad]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
uniqueName : String [skrivskyddad]
The unique name of the OLAP element in the cube. | IOLAPElement |
Egenskapsdetaljer
dimension | egenskap |
dimension:IOLAPDimension
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
Implementering
public function get dimension():IOLAPDimension
displayName | egenskap |
name | egenskap |
name:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get name():String
uniqueName | egenskap |
uniqueName:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get uniqueName():String
Tue Jun 12 2018, 01:40 PM Z