Compartir a través de


ToSet Método

Gets a Set based on the specified Tuple objects.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function ToSet As Set
'Uso
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

Notas

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