Свойство Tuples
Gets a reference to the TupleCollection collection referenced by the Set.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.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.AdomdServer. . :: . .TupleCollection
A TupleCollection.
Замечания
The Tuples property represents the tuples the set contains.
См. также