Set.Tuples Property

Gets a reference to the TupleCollection collection referenced by the Set.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")> _
Public ReadOnly Property Tuples As TupleCollection
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public TupleCollection Tuples { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public:
property TupleCollection^ Tuples {
    TupleCollection^ get ();
}
/** @property */
public TupleCollection get_Tuples ()
public function get Tuples () : TupleCollection

Property Value

A TupleCollection.

Remarks

The Tuples property represents the tuples the set contains.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Set Class
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace