Compartilhar via


Método SetBuilder.ToSet

Gets a Set based on the specified Tuple objects.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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

Valor de retorno

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

Comentários

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

Consulte também

Referência

SetBuilder Classe

Namespace Microsoft.AnalysisServices.AdomdServer