Класс TupleBuilder

Provides the functionality to create immutable tuples.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..TupleBuilder

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

Синтаксис

'Декларация
Public NotInheritable Class TupleBuilder _
    Implements IDisposable
'Применение
Dim instance As TupleBuilder
public sealed class TupleBuilder : IDisposable
public ref class TupleBuilder sealed : IDisposable
[<SealedAttribute>]
type TupleBuilder =  
    class
        interface IDisposable
    end
public final class TupleBuilder implements IDisposable

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

Конструкторы

  Имя Описание
Открытый метод TupleBuilder() () () () Initializes a new instance of the TupleBuilder class.
Открытый метод TupleBuilder(Member) Initializes a new instance of the TupleBuilder class with a given Member.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of Member objects in the tuple.
Открытое свойство Item Gets the specified Member object.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the TupleBuilder.
Открытый метод Add Adds a Member to the tuple.
Открытый метод Dispose Releases all resources used by the TupleBuilder.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)
Открытый метод ToTuple Gets a Tuple based on the specified Member objects.

В начало

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

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