Set.Tuples Property
Gets a reference to the TupleCollection collection referenced by the Set.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Tuples As TupleCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.TupleCollection
A reference to the TupleCollection collection.
Remarks
The Tuples property represents the tuples the set contains.