Condividi tramite


Classe Tuple

Represents an ordered collection of members from different hierarchies.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Tuple _
    Implements IDisposable
'Utilizzo
Dim instance As Tuple
public sealed class Tuple : IDisposable
public ref class Tuple sealed : IDisposable
[<SealedAttribute>]
type Tuple =  
    class
        interface IDisposable
    end
public final class Tuple implements IDisposable

Osservazioni

A tuple consists of an ordered collection of members.

A tuple cannot contain more than one member from any single hierarchy.

In ADOMD.NET, a Tuple is used to represent a tuple by encapsulating the collection of Member objects that define the tuple. Tuple objects can be referenced only through the Tuples property of a Set.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..Tuple

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.