Member members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a member of a dimension in an OLAP data source.

The Member type exposes the following members.

Constructors

  Name Description
Public method Member() Initializes a new instance of the Member class.
Public method Member(String) Initializes a new instance of the Member class with the specified unique name.

Top

Properties

  Name Description
Public property Caption Gets or sets the caption of the member.
Public property ChildCount Gets or sets the number of child elements that the member contains.
Public property Dimension Gets the dimension that contains the member.
Public property DimensionName Gets or sets the name of the dimension that contains the member.
Public property DimensionUniqueName Gets or sets the unique name of the dimension that contains the member.
Public property DisplayName Gets the display name for the member.
Public property HierarchyPath Gets or sets the hierarchy path of the member.
Public property IsAllLevel Gets or sets a Boolean value that indicates whether the member is in the "All" level.
Public property IsChildCountReal Gets or sets a Boolean value that indicates whether the count of child elements is the actual count or an estimate.
Public property LevelDepth Gets or sets the depth of the level that contains this member.
Public property LevelName Gets or sets the name of level that contains the member.
Public property MemberOperation Gets or sets the member operation for this member.
Public property MemberType Gets or sets the member's type.
Public property UniqueName Gets or sets the unique name of the member.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method CompareTo Compares this object to another object for sorting purposes.
Protected method CopyFrom Copies from another object of the same type.
Public method CreateKey Creates a hash key that uniquely identifies this member.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SerializeToXml Serializes the object to XML.
Public method ToString Returns a string that represents the current object. (Overrides Object.ToString().)
Public method Validate Validates this object.

Top

See also

Reference

Member class

Microsoft.PerformancePoint.Scorecards namespace