Tuple Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an OLAP tuple.
The Tuple type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Tuple() | Initializes a new instance of the Tuple class. | |
Tuple(Member) | Initializes a new instance of the Tuple class based on a member. |
Top
Properties
Name | Description | |
---|---|---|
DimensionMembers | Gets the collection of dimension members in this tuple. | |
UniqueName | Gets the unique name of the tuple. |
Top
Methods
Name | Description | |
---|---|---|
Add | Computes the union of two tuples. | |
Clone | Performs a deep copy of this object. | |
ContainsDimension | Determines whether the tuple contains members from the specified dimension. | |
DeserializeFromXml | Deserializes a tuple from the specified XML. | |
Equals | Determines whether this object is equal to another object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeToXml | Serializes this object to XML. | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top
Operators
Name | Description | |
---|---|---|
Addition | Computes the union of two tuples. | |
Equality | Computes the equality of two tuples. | |
Inequality | Computes the inequality of two tuples. |
Top