MemberOperationDescendants Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a Level Descendants operation.
The MemberOperationDescendants type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MemberOperationDescendants() | Initializes a new instance of the MemberOperationDescendants class. | |
MemberOperationDescendants(String, String) | Initializes a new instance of the MemberOperationDescendants class based on the unique name and display name of a level. |
Top
Properties
Name | Description | |
---|---|---|
LevelDisplayName | Gets or sets the display name of the level. | |
LevelUniqueName | Gets or sets the unique name of the level. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides MemberOperation.Clone().) | |
Diff | Compares this object with another object and returns the differences. (Overrides MemberOperation.Diff(Object).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDisplayName | Gets the display name of this operation from resources. (Overrides MemberOperation.GetDisplayName(String).) | |
GetHashCode | (Inherited from Object.) | |
GetMdxExpression | Gets the MDX statement for this operation. (Overrides MemberOperation.GetMdxExpression(String).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top