| Pacchetto | mx.olap |
| Interfaccia | public interface IOLAPTuple |
| Implementatori | OLAPTuple |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| explicitMembers : IList [sola lettura]
The user added members of this tuple, as a list of IOLAPMember instances. | IOLAPTuple | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Adds a new member to the tuple. | IOLAPTuple | ||
Adds a list of members to the tuple. | IOLAPTuple | ||
Descrizione delle proprietà
explicitMembers | proprietà |
Descrizione dei metodi
addMember | () | metodo |
public function addMember(member:IOLAPElement):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Adds a new member to the tuple.
Parametri
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 | () | metodo |
public function addMembers(value:IList):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | 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.
Parametri
value:IList — The members to add, as a list of IOLAPMember instances.
|
Tue Jun 12 2018, 02:44 PM Z