CalculatedFormulaInfo Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the calculated formula for a key performance indicator (KPI) measure.
The CalculatedFormulaInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalculatedFormulaInfo | Initializes a new instance of the CalculatedFormulaInfo class. |
Top
Properties
Name | Description | |
---|---|---|
AliasInfoCollection | Gets or sets the array of AliasInfo objects that are used in the formula. | |
Formula | Gets or sets the calculated formula with the aliases specified in the AliasInfoCollection property. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object of the same type. | |
Diff | Compares this object with another object and returns the differences. | |
Equals(Object) | (Inherited from Object.) | |
Equals(CalculatedFormulaInfo) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top