Paket | mx.olap |
Arabirim | public interface IOLAPLevel extends IOLAPElement |
Uygulayıcılar | OLAPLevel |
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: | ||
---|---|---|---|
child : IOLAPLevel [salt okunur]
The next child level in the hierarchy. | IOLAPLevel | ||
depth : int [salt okunur]
The depth of the level in the hierarchy of the dimension. | IOLAPLevel | ||
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 of the dimension to which this level belongs. | IOLAPLevel | ||
members : IList [salt okunur]
The members of this level, as a list of IOLAPMember instances,
or null if a member is not found. | IOLAPLevel | ||
name : String [salt okunur]
The name of the OLAP element that includes the OLAP schema hierarchy of the element. | IOLAPElement | ||
parent : IOLAPLevel [salt okunur]
The parent level of this level, or null if this level is not nested in another level. | IOLAPLevel | ||
uniqueName : String [salt okunur]
The unique name of the OLAP element in the cube. | IOLAPElement |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns the members with the given name within the hierarchy. | IOLAPLevel |
Özellik Ayrıntısı
child | özellik |
child: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 next child level in the hierarchy.
Uygulama
public function get child():IOLAPLevel
depth | ö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 of the dimension to which this level belongs.
Uygulama
public function get hierarchy():IOLAPHierarchy
members | özellik |
members:IList
[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 members of this level, as a list of IOLAPMember instances, or null if a member is not found. The list might represent remote data and therefore can throw an ItemPendingError.
Uygulama
public function get members():IList
parent | özellik |
parent: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 parent level of this level, or null if this level is not nested in another level.
Uygulama
public function get parent():IOLAPLevel
Yöntem Ayrıntısı
findMember | () | yöntem |
public function findMember(name:String):IList
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 the members with the given name within the hierarchy.
Parametreler
name:String — The name of the member.
|
IList — A list of IOLAPMember instances representing the members,
or null if a member is not found.
|
Tue Jun 12 2018, 01:09 PM Z