Freigeben über


Set.Tuples Property

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
public TupleCollection Tuples { get; }
public:
property TupleCollection^ Tuples {
    TupleCollection^ get ();
}
/** @property */
public TupleCollection get_Tuples ()
public function get Tuples () : TupleCollection

Eigenschaftswert

A TupleCollection.

Hinweise

The Tuples property represents the tuples the set contains.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Set Class
Set Members
Microsoft.AnalysisServices.AdomdClient Namespace