| Paket | mx.olap |
| Arabirim | public interface IOLAPElement |
| Uygulayıcılar | OLAPElement |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| dimension : IOLAPDimension [salt okunur]
The dimension to which this element belongs. | IOLAPElement | ||
| displayName : String [salt okunur]
The name of the OLAP element, as a String, which can be used for display. | IOLAPElement | ||
| name : String [salt okunur]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
| uniqueName : String [salt okunur]
The unique name of the OLAP element in the cube. | IOLAPElement | ||
Özellik Ayrıntısı
dimension | özellik |
dimension:IOLAPDimension [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The dimension to which this element belongs.
Uygulama
public function get dimension():IOLAPDimensiondisplayName | özellik |
name | özellik |
name:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get name():StringuniqueName | özellik |
uniqueName:String [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get uniqueName():StringTue Jun 12 2018, 01:09 PM Z