Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the functionality to create immutable tuples.
Inheritance Hierarchy
Object
Microsoft.AnalysisServices.AdomdServer.TupleBuilder
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class TupleBuilder _
Implements IDisposable
'Usage
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
The TupleBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TupleBuilder() | Initializes a new instance of the TupleBuilder class. |
![]() |
TupleBuilder(Member) | Initializes a new instance of the TupleBuilder class with a given Member. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of Member objects in the tuple. |
![]() |
Item | Gets the specified Member object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the TupleBuilder. |
![]() |
Add | Adds a Member to the tuple. |
![]() |
Dispose | Releases all resources used by the TupleBuilder. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
ToTuple | Gets a Tuple based on the specified Member objects. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.