Freigeben über


TupleBuilder.ToTuple-Methode

Gets a Tuple based on the specified Member objects.

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

Syntax

'Declaration
Public Function ToTuple As Tuple
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.Tuple
A Tuple.

Hinweise

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

Siehe auch

Verweis

TupleBuilder Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace