Classe TupleCollection
Gets a read-only collection of Tuple objects contained by a Set.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class TupleCollection _
Implements IEnumerable, IDisposable
'Utilizzo
Dim instance As TupleCollection
public sealed class TupleCollection : IEnumerable,
IDisposable
public ref class TupleCollection sealed : IEnumerable,
IDisposable
[<SealedAttribute>]
type TupleCollection =
class
interface IEnumerable
interface IDisposable
end
public final class TupleCollection implements IEnumerable, IDisposable
Nel tipo TupleCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of Tuple objects in the collection. | |
Item | Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection. | |
Dispose | Releases all resources used by the TupleCollection. | |
Equals | Ereditato da Object. | |
GetEnumerator() | Gets an Enumerator for iterating through the collection. | |
GetEnumerator() | Gets an enumerator that iterates through the collection. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.