Поделиться через


TupleBuilder.ToTuple Method

Gets a Tuple based on the specified Member objects.

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

Синтаксис

'Декларация
Public Function ToTuple As Tuple
public Tuple ToTuple ()
public:
Tuple^ ToTuple ()
public Tuple ToTuple ()
public function ToTuple () : Tuple

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

A Tuple.

Замечания

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

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TupleBuilder Class
TupleBuilder Members
Microsoft.AnalysisServices.AdomdServer Namespace