Target Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a target key performance indicator (KPI).
The Target type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Target | Initializes a new instance of the Target class. |
Top
Properties
Name | Description | |
---|---|---|
AggregateBy | Gets or sets the aggregation method to apply to the actual's query. (Inherited from KpiMeasure.) | |
Banding | Gets or sets the banding settings. | |
CalcFormulaInfo | Gets or sets the calculated formula to apply to the actual's query. (Inherited from KpiMeasure.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
CurrentFormula | Gets or sets the MDX formula or tuple to use to retrieve the current value. (Inherited from KpiMeasure.) | |
DataSourceLocation | Gets or sets the location of the actual's data source. (Inherited from KpiMeasure.) | |
DefaultDimensionSettings | Gets the dimension slices to apply to the actual's query. (Inherited from KpiMeasure.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
DisableScorecardFilters | Gets or sets a Boolean value that indicates whether scorecard filters are disabled for the actual's query. (Inherited from KpiMeasure.) | |
Guid | Gets or sets the unique identifier of the object. (Inherited from SecondClassElement.) | |
IndicatorLocation | Gets or sets the location of the indicator in the repository. | |
IsCustomCurrentFormula | Gets or sets a Boolean value that indicates whether the formula defined in the CurrentFormula property is used to calculate the current value of the actual. (Inherited from KpiMeasure.) | |
IsRollupScore | Gets or sets a Boolean value that indicates whether the score of this target is computed by rolling up the scores of child element. | |
ModelCurrent | Gets or sets the current value of the actual. (Inherited from KpiMeasure.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
OdbcQuery | This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from KpiMeasure.) | |
OverrideDisplayFormat | Gets a Boolean value that indicates whether the display settings override the default display settings from the data source. (Inherited from KpiMeasure.) | |
OverrideFormatProperties | Gets or sets the custom format settings for the actual's values. (Inherited from KpiMeasure.) | |
OverrideHoverText | Gets or sets the description to display on mouse over. (Inherited from KpiMeasure.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
OwnerKpiLocation | Gets or sets the location of the key performance indicator (KPI) that this actual represents. (Inherited from KpiMeasure.) | |
Pattern | Gets or sets the pattern for this actual. (Inherited from KpiMeasure.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
RelatedActualId | Gets or sets the identifier of the related actual. | |
StatedScore | Gets or sets the stated score. | |
TimeFilterFormula | Gets or sets the formula of the time intelligence filter to apply to the actual's query. (Inherited from KpiMeasure.) | |
ValueSource | Gets or sets the rollup method to apply to the source data. (Inherited from KpiMeasure.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides KpiMeasure.Clone().) | |
CompareTo(Element) | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CompareTo(KpiMeasure) | Compares this object to another object for sorting purposes. (Inherited from KpiMeasure.) | |
CompareTo(Target) | Compares this object to another object for sorting purposes. | |
CopyBandingFrom | Copies the banding from another Target object. | |
CopyBoundariesFrom | Copies banding boundaries from another Target object. | |
CopyCalcFormulaInfo | Copies the calculated formula for the actual's query from another KpiMeasure object. (Inherited from KpiMeasure.) | |
CopyCalcTypeFrom | Copies the override settings and the IsRollupScore setting from another Target object. (Overrides KpiMeasure.CopyCalcTypeFrom(KpiMeasure).) | |
CopyDataMappingsFrom | Copies query properties from another KpiMeasure object. (Inherited from KpiMeasure.) | |
CopyFormatSettingsFrom | Copies override formatting properties and mouse over text from another KpiMeasure object. (Inherited from KpiMeasure.) | |
CopyFrom | Copies from another object. (Overrides KpiMeasure.CopyFrom(Element).) | |
Diff | Compares this object with another object and returns the differences. (Overrides KpiMeasure.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(KpiMeasure) | Determines whether this object is equal to another object of the same type. (Inherited from KpiMeasure.) | |
Equals(Target) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetOverrideFormattedValue | Gets the adjusted value after applying the multiplier, formatting, and culture information. (Inherited from KpiMeasure.) | |
GetOverrideValue | Gets the adjusted value after applying the multiplier, format, and rounding. (Inherited from KpiMeasure.) | |
GetType | (Inherited from Object.) | |
IsSameBanding | Determines whether the banding settings of the specified target are the same as this target. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides KpiMeasure.Validate().) |
Top