Paket | mx.olap |
Arabirim | public interface IOLAPHierarchy extends IOLAPElement |
Uygulayıcılar | OLAPHierarchy |
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
Özellik | Tanımlayan: | ||
---|---|---|---|
allMemberName : String [salt okunur]
The name of the all member of the hierarchy. | IOLAPHierarchy | ||
children : IList [salt okunur]
The children of the all member, as a list of IOLAPMember instances. | IOLAPHierarchy | ||
defaultMember : IOLAPMember [salt okunur]
The default member of the hierarchy. | IOLAPHierarchy | ||
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 | ||
hasAll : Boolean [salt okunur]
Specifies whether the hierarchy has an all member, true,
or not, false. | IOLAPHierarchy | ||
levels : IList [salt okunur]
All the levels of this hierarchy, as a list of IOLAPLevel instances. | IOLAPHierarchy | ||
members : IList [salt okunur]
All members of all the levels that belong to this hierarchy,
as a list of IOLAPMember instances. | IOLAPHierarchy | ||
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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns the level with the given name within the hierarchy. | IOLAPHierarchy | ||
Returns the member with the given name within the hierarchy. | IOLAPHierarchy |
allMemberName | özellik |
children | özellik |
defaultMember | özellik |
defaultMember: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 default member of the hierarchy. The default member is used if the hierarchy is used where a member is expected.
Uygulama
public function get defaultMember():IOLAPMember
hasAll | özellik |
hasAll:Boolean
[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 |
Specifies whether the hierarchy has an all member, true
,
or not, false
. If true
, the all member name
is as specified by the allMemberName
property.
Varsayılan değer şudur true.
Uygulama
public function get hasAll():Boolean
levels | özellik |
levels: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 |
All the levels of this hierarchy, as a list of IOLAPLevel instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Uygulama
public function get levels():IList
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 |
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. The returned list might represent remote data and therefore can throw an ItemPendingError.
Uygulama
public function get members():IList
findLevel | () | yöntem |
public function findLevel(name:String):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 |
Returns the level with the given name within the hierarchy.
Parametreler
name:String — The name of the level.
|
IOLAPLevel — An IOLAPLevel instance representing the level,
or null if a level is not found.
|
findMember | () | yöntem |
public function findMember(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 the member with the given name within the hierarchy.
Parametreler
name:String — The name of the member.
|
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.
|
Tue Jun 12 2018, 01:09 PM Z