Kpi Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a key performance indicator (KPI).
The Kpi type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Kpi | Initializes a new instance of the Kpi class. |
Top
Properties
Name | Description | |
---|---|---|
Actual | Gets or sets the actual for this key performance indicator (KPI). | |
Actuals | Gets the actuals for this key performance indicator (KPI). | |
CheckedOutTo | Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ContentType | Gets or sets the type of object. (Inherited from FirstClassElement.) | |
CreatedBy | Gets or sets the user who created this version of the object. (Inherited from FirstClassElement.) | |
CreatedDate | Gets or sets the date that this version of the object was created. (Inherited from FirstClassElement.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Folder | Gets or sets the display folder that contains the object. (Inherited from FirstClassElement.) | |
Guid | Gets or sets the GUID of the object. (Inherited from FirstClassElement.) | |
LastModified | Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.) | |
Location | Gets or sets the location of this key performance indicator (KPI) in the repository. (Overrides FirstClassElement.Location.) | |
ModifiedBy | Gets or sets the last user to modify the object. (Inherited from FirstClassElement.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
Targets | Gets the targets for this key performance indicator (KPI). | |
Version | Gets or sets the version number of the object. (Inherited from FirstClassElement.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo(Element) | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CompareTo(Kpi) | Compares this object to another object for sorting purposes. | |
CopyFrom | Copies from of another object. (Overrides FirstClassElement.CopyFrom(Element).) | |
CreateNew | Creates a key performance indicator (KPI) that is initialized with a random GUID. | |
CreateNewActual | Creates an actual for this key performance indicator (KPI). | |
CreateNewTarget() | Obsolete. Use CreateNewTarget(Guid) instead. | |
CreateNewTarget(Guid) | Creates a target for this key performance indicator (KPI). | |
Diff | Compares this object with another object and returns the differences. (Overrides FirstClassElement.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(FirstClassElement) | Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.) | |
Equals(Kpi) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetChildFCOLocations | Returns a list of the locations of the actual and target data sources for this key performance indicator (KPI). (Overrides FirstClassElement.GetChildFCOLocations().) | |
GetDataSourceLocations | Returns a list of the locations of the actual and target data sources for this key performance indicator (KPI). | |
GetHashCode | (Inherited from Object.) | |
GetMeasure | Gets a measure (actual or target) for this key performance indicator (KPI), based on its GUID. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides FirstClassElement.Validate().) |
Top