| Paket | mx.olap |
| Arabirim | public interface IOLAPTuple |
| Uygulayıcılar | OLAPTuple |
| 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: | ||
|---|---|---|---|
| explicitMembers : IList [salt okunur]
The user added members of this tuple, as a list of IOLAPMember instances. | IOLAPTuple | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Adds a new member to the tuple. | IOLAPTuple | ||
Adds a list of members to the tuple. | IOLAPTuple | ||
Özellik Ayrıntısı
explicitMembers | özellik |
Yöntem Ayrıntısı
addMember | () | yöntem |
public function addMember(member:IOLAPElement):void| 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 |
Adds a new member to the tuple.
Parametreler
member:IOLAPElement — The member to add.
If member is a dimension or hierarchy, its default member
is added. If member is an instance of IOLAPMember,
it is added directly.
|
addMembers | () | yöntem |
public function addMembers(value:IList):void| 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 |
Adds a list of members to the tuple. This method can be called when many members need to be added to the tuple.
Parametreler
value:IList — The members to add, as a list of IOLAPMember instances.
|
Tue Jun 12 2018, 01:09 PM Z