TupleBuilder Class

Provides the functionality to create immutable tuples.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleBuilder

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.