This topic has not yet been rated - Rate this topic

TupleBuilder Class

Provides the functionality to create immutable tuples.

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleBuilder

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public sealed class TupleBuilder : IDisposable

The TupleBuilder type exposes the following members.

  NameDescription
Public methodTupleBuilder()Initializes a new instance of the TupleBuilder class.
Public methodTupleBuilder(Member)Initializes a new instance of the TupleBuilder class with a given Member.
Top
  NameDescription
Public propertyCountGets the number of Member objects in the tuple.
Public propertyItemGets the specified Member object.
Top
  NameDescription
Public method{dtor}Releases all resources used by the TupleBuilder.
Public methodAddAdds a Member to the tuple.
Public methodDisposeReleases all resources used by the TupleBuilder.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodToTupleGets a Tuple based on the specified Member objects.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.