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
- tuple
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .Tuple
The Tuple to be appended to the set.