Paket | mx.olap |
Arabirim | public interface IOLAPMember extends IOLAPElement |
Uygulayıcılar | 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 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
children : IList [salt okunur]
The children of this member, as a list of IOLAPMember instances. | IOLAPMember | ||
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 | ||
hierarchy : IOLAPHierarchy [salt okunur]
The hierarchy to which this member belongs. | IOLAPMember | ||
isAll : Boolean [salt okunur]
Returns true if this is the all member of a hierarchy. | IOLAPMember | ||
isMeasure : Boolean [salt okunur]
Returns true if this member represents a measure of a dimension. | IOLAPMember | ||
level : IOLAPLevel [salt okunur]
The level to which this member belongs. | IOLAPMember | ||
name : String [salt okunur]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPMember [salt okunur]
The parent of this member. | IOLAPMember | ||
uniqueName : String [salt okunur]
The unique name of the OLAP element in the cube. | IOLAPElement |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns a child of this member with the given name. | IOLAPMember |
Özellik Ayrıntısı
children | özellik |
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
[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 level to which this member belongs.
Uygulama
public function get level():IOLAPLevel
parent | özellik |
parent:IOLAPMember
[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 parent of this member.
Uygulama
public function get parent():IOLAPMember
Yöntem Ayrıntısı
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