Partager via


Méthode Add

Adds a Tuple to the set.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    tuple As Tuple _
)
'Utilisation
Dim instance As SetBuilder
Dim tuple As Tuple

instance.Add(tuple)
public void Add(
    Tuple tuple
)
public:
void Add(
    Tuple^ tuple
)
member Add : 
        tuple:Tuple -> unit 
public function Add(
    tuple : Tuple
)

Paramètres

Notes

The appended Tuple is added to the end of the internal Tuple collection.