Свойство 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 TupleCollection.
Замечания
The Tuples property represents the tuples the set contains.