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


SetBuilder.ToSet Method

Gets a Set based on the specified Tuple objects.

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

Синтаксис

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

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

A Set.

Замечания

The tuples are specified either when the SetBuilder 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.

См. также

Справочник

SetBuilder Class
SetBuilder Members
Microsoft.AnalysisServices.AdomdServer Namespace