Proprietà Tuples
Gets a reference to the TupleCollection collection referenced by the Set.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Tuples As TupleCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .TupleCollection
A TupleCollection.
Osservazioni
The Tuples property represents the tuples the set contains.