Paket | mx.olap |
Sınıf | public class OLAPMember |
Miras Alma | OLAPMember OLAPElement Proxy |
Uygular | IOLAPMember |
Alt Sınıflar | OLAPMeasure |
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 <mx:OLAPMember>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPMember Properties />
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
children : IList [salt okunur]
The children of this member, as a list of IOLAPMember instances. | OLAPMember | ||
dataField : String
The field of the input data set that provides
the data for this OLAPMember instance. | OLAPMember | ||
dimension : IOLAPDimension [geçersiz kıl]
The dimension to which this member belongs. | OLAPMember | ||
displayName : String
The name of the OLAP element, as a String, which can be used for display. | OLAPElement | ||
hierarchy : IOLAPHierarchy [salt okunur]
The hierarchy to which this member belongs. | OLAPMember | ||
isAll : Boolean [salt okunur]
Returns true if this is the all member of a hierarchy. | OLAPMember | ||
isMeasure : Boolean [salt okunur]
Returns true if this member represents a measure of a dimension. | OLAPMember | ||
level : IOLAPLevel
The level to which this member belongs. | OLAPMember | ||
name : String
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | OLAPElement | ||
parent : IOLAPMember
The parent of this member. | OLAPMember | ||
uniqueName : String [geçersiz kıl] [salt okunur]
The unique name of the OLAP element in the cube. | OLAPMember |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor
| OLAPMember | ||
Returns a child of this member with the given name. | OLAPMember | ||
Returns the unique name of the element. | OLAPElement |
children | özellik |
dataField | özellik |
dimension | özellik |
dimension:IOLAPDimension
[geçersiz kıl] 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 member belongs.
Uygulama
override public function get dimension():IOLAPDimension
override public function set dimension(value:IOLAPDimension):void
hierarchy | özellik |
hierarchy:IOLAPHierarchy
[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 hierarchy to which this member belongs.
Uygulama
public function get hierarchy():IOLAPHierarchy
isAll | özellik |
isMeasure | özellik |
level | özellik |
level:IOLAPLevel
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 level to which this member belongs.
Uygulama
public function get level():IOLAPLevel
public function set level(value:IOLAPLevel):void
parent | özellik |
parent:IOLAPMember
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 parent of this member.
Uygulama
public function get parent():IOLAPMember
public function set parent(value:IOLAPMember):void
uniqueName | özellik |
uniqueName:String
[salt okunur] [geçersiz kıl] 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
override public function get uniqueName():String
OLAPMember | () | Yapıcı |
public function OLAPMember(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 member, as a String, which can be used for display.
|
findChildMember | () | yöntem |
public function findChildMember(name:String):IOLAPMember
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 |
Returns a child of this member with the given name.
Parametreler
name:String — The name of the member.
|
IOLAPMember — A list of IOLAPMember instances representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 01:09 PM Z