Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
Member() | Initializes a new instance of the Member class. |
![]() |
Member(String) | Initializes a new instance of the Member class with the specified unique name. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Caption | Gets or sets the caption of the member. |
![]() |
ChildCount | Gets or sets the number of child elements that the member contains. |
![]() |
Dimension | Gets the dimension that contains the member. |
![]() |
DimensionName | Gets or sets the name of the dimension that contains the member. |
![]() |
DimensionUniqueName | Gets or sets the unique name of the dimension that contains the member. |
![]() |
DisplayName | Gets the display name for the member. |
![]() |
IsAllLevel | Gets or sets a Boolean value that indicates whether the member is in the "All" level. |
![]() |
IsChildCountReal | Gets or sets a Boolean value that indicates whether the count of child elements is the actual count or an estimate. |
![]() |
LevelDepth | Gets or sets the depth of the level that contains this member. |
![]() |
LevelName | Gets or sets the name of level that contains the member. |
![]() |
MemberOperation | Gets or sets the member operation for this member. |
![]() |
MemberType | Gets or sets the member's type. |
![]() |
UniqueName | Gets or sets the unique name of the member. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. |
![]() |
CompareTo | Compares this object to another object for sorting purposes. |
![]() |
CopyFrom | Copies from another object of the same type. |
![]() |
CreateKey | Creates a hash key that uniquely identifies this member. |
![]() |
Diff | Compares this object with another object and returns the differences. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SerializeToXml | Serializes the object to XML. |
![]() |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
![]() |
Validate | Validates this object. |
Top