Tuples-Eigenschaft
Gets a reference to the TupleCollection collection referenced by the Set.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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
Eigenschaftenwert
Typ: Microsoft.AnalysisServices.AdomdClient. . :: . .TupleCollection
A TupleCollection.
Hinweise
The Tuples property represents the tuples the set contains.