Partager via


Méthode SetBuilder.ToSet

Gets a Set based on the specified Tuple objects.

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

Syntaxe

'Déclaration
Public Function ToSet As Set
'Utilisation
Dim instance As SetBuilder 
Dim returnValue As Set 

returnValue = instance.ToSet()
public Set ToSet()
public:
Set^ ToSet()
member ToSet : unit -> Set
public function ToSet() : Set

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.Set
A set object based on the specified tuple objects.

Notes

The tuples are specified either when the SetBuilder is created or by calling the Add method.

Voir aussi

Référence

SetBuilder Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer