Paket | mx.olap |
Arabirim | public interface IOLAPDimension extends IOLAPElement |
Uygulayıcılar | OLAPDimension |
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: | ||
---|---|---|---|
attributes : IList [salt okunur]
The attributes of this dimension, as a list of OLAPAttribute instances. | IOLAPDimension | ||
cube : IOLAPCube [salt okunur]
The cube to which this dimension belongs. | IOLAPDimension | ||
defaultMember : IOLAPMember [salt okunur]
The default member of this dimension. | IOLAPDimension | ||
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 | ||
hierarchies : IList [salt okunur]
All the hierarchies for this dimension, as a list of IOLAPHierarchy instances. | IOLAPDimension | ||
isMeasure : Boolean [salt okunur]
Contains true if this is the measures dimension,
which holds all the measure members. | IOLAPDimension | ||
members : IList [salt okunur]
Returns all the members of this dimension, as a list of IOLAPMember instances. | IOLAPDimension | ||
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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Returns the attribute with the given name within the dimension. | IOLAPDimension | ||
Returns the hierarchy with the given name within the dimension. | IOLAPDimension | ||
Returns the member with the given name within the dimension. | IOLAPDimension |
Özellik Ayrıntısı
attributes | özellik |
cube | ö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 this dimension.
Uygulama
public function get defaultMember():IOLAPMember
hierarchies | özellik |
isMeasure | özellik |
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 |
Returns all the members of this dimension, 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
Yöntem Ayrıntısı
findAttribute | () | yöntem |
public function findAttribute(name:String):IOLAPAttribute
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 attribute with the given name within the dimension.
Parametreler
name:String — The name of the attribute.
|
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
|
findHierarchy | () | yöntem |
public function findHierarchy(name:String):IOLAPHierarchy
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 hierarchy with the given name within the dimension.
Parametreler
name:String — The name of the hierarchy.
|
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy 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 dimension.
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