Freigeben über


Set.Tuples-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.TupleCollection
A reference to the TupleCollection collection.

Hinweise

The Tuples property represents the tuples the set contains.

Siehe auch

Verweis

Set Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace