Metodo SetBuilder.ToSet

Gets a Set based on the specified Tuple objects.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function ToSet As Set
'Utilizzo
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

Valore restituito

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

Osservazioni

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

Vedere anche

Riferimento

SetBuilder Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer