Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)