TupleBuilder Class

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
Public method TupleBuilder() Initializes a new instance of the TupleBuilder class.
Public method TupleBuilder(Member) Initializes a new instance of the TupleBuilder class with a given Member.

Top

Properties

  Name Description
Public property Count Gets the number of Member objects in the tuple.
Public property Item Gets the specified Member object.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the TupleBuilder.
Public method Add Adds a Member to the tuple.
Public method Dispose Releases all resources used by the TupleBuilder.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace