Propriété Set.Tuples
Gets a reference to the TupleCollection collection referenced by the Set.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Tuples As TupleCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.TupleCollection
A reference to the TupleCollection collection.
Notes
The Tuples property represents the tuples the set contains.