Classe Tuple

Represents an ordered collection of members from different hierarchies.

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

Sintaxe

'Declaração
Public NotInheritable Class Tuple _
    Implements IDisposable
'Uso
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

Comentários

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.

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.