| Paket | mx.olap |
| Sınıf | public class OLAPElement |
| Miras Alma | OLAPElement Proxy |
| Uygular | IOLAPElement |
| Alt Sınıflar | OLAPDimension, OLAPHierarchy, OLAPLevel, OLAPMember |
| 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 |
MXML Sözdizimini Gizle
The <mx:OLAPElement> tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPElement
Properties
dimensions=""
name=""
/>
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| dimension : IOLAPDimension
The dimension to which this element belongs. | OLAPElement | ||
| displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
| name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
| uniqueName : String [salt okunur]
The unique name of the OLAP element in the cube. | OLAPElement | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor
| OLAPElement | ||
Returns the unique name of the element. | OLAPElement | ||
Özellik Ayrıntısı
dimension | özellik |
dimension:IOLAPDimension| 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():IOLAPDimension public function set dimension(value:IOLAPDimension):voiddisplayName | özellik |
name | özellik |
name:String| 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():String public function set name(value:String):voiduniqueName | ö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():StringYapıcı Ayrıntı
OLAPElement | () | Yapıcı |
public function OLAPElement(name:String = null, displayName:String = null)| 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 |
Constructor
Parametrelername: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 OLAP element, as a String, which can be used for display.
|
Yöntem Ayrıntısı
toString | () | yöntem |
Tue Jun 12 2018, 01:09 PM Z
MXML Sözdizimini Göster