Compartir a través de


ToTuple Método

Gets a Tuple based on the specified Member objects.

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

Sintaxis

'Declaración
Public Function ToTuple As Tuple
'Uso
Dim instance As TupleBuilder
Dim returnValue As Tuple

returnValue = instance.ToTuple()
public Tuple ToTuple()
public:
Tuple^ ToTuple()
member ToTuple : unit -> Tuple 
public function ToTuple() : Tuple

Comentarios

The members are specified either when the TupleBuilder is created or by calling the Add method.