Partager via


Méthode 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

Notes

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