Поделиться через


Класс TupleCollection

Gets a read-only collection of Tuple objects contained by a Set.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleCollection

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class TupleCollection _
    Implements IEnumerable, IDisposable
'Применение
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

Тип TupleCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the TupleCollection.
Открытый метод Dispose Releases all resources used by the TupleCollection.
Открытый метод Equals (Производный от Object.)
Открытый метод GetEnumerator() Gets an Enumerator for iterating through the collection.
Защищенный метод GetEnumerator() Gets an enumerator that iterates through the collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer