Classe Tuple
Represents an ordered collection of members from different hierarchies.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Tuple
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
O tipo Tuple expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the Tuple. | |
Dispose | Releases all resources used by the Tuple. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.