Метод ToTuple

Gets a Tuple based on the specified Member objects.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Function ToTuple As Tuple
'Применение
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

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdServer. . :: . .Tuple
A Tuple.

Замечания

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