Tuple members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an OLAP tuple.

The Tuple type exposes the following members.

Constructors

  Name Description
Public method Tuple() Initializes a new instance of the Tuple class.
Public method Tuple(Member) Initializes a new instance of the Tuple class based on a member.

Top

Properties

  Name Description
Public property DimensionMembers Gets the collection of dimension members in this tuple.
Public property UniqueName Gets the unique name of the tuple.

Top

Methods

  Name Description
Public methodStatic member Add Computes the union of two tuples.
Public method Clone Performs a deep copy of this object.
Public method ContainsDimension Determines whether the tuple contains members from the specified dimension.
Public methodStatic member DeserializeFromXml Deserializes a tuple from the specified XML.
Public method Equals Determines whether this object is equal to another object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SerializeToXml Serializes this object to XML.
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

Operators

  Name Description
Public operatorStatic member Addition Computes the union of two tuples.
Public operatorStatic member Equality Computes the equality of two tuples.
Public operatorStatic member Inequality Computes the inequality of two tuples.

Top

See also

Reference

Tuple class

Microsoft.PerformancePoint.Scorecards namespace