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


Свойство Set.Tuples

Gets a reference to the TupleCollection collection referenced by the Set.

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

Синтаксис

'Декларация
Public ReadOnly Property Tuples As TupleCollection 
    Get
'Применение
Dim instance As Set 
Dim value As TupleCollection 

value = instance.Tuples
public TupleCollection Tuples { get; }
public:
property TupleCollection^ Tuples {
    TupleCollection^ get ();
}
member Tuples : TupleCollection
function get Tuples () : TupleCollection

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.TupleCollection
A collection of TupleCollection.

Замечания

The Tuples property represents the tuples the set contains.

См. также

Справочник

Set Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient