Compartir a través de


SetBuilder.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

Valor devuelto

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

Comentarios

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

Vea también

Referencia

SetBuilder Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer