Condividi tramite


Classe Kpi

Represents a Key Performance Indicator (KPI). This class cannot be inherited.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")> _
Public NotInheritable Class Kpi _
    Inherits NamedComponent _
    Implements ICloneable
'Utilizzo
Dim instance As Kpi
[GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")]
public sealed class Kpi : NamedComponent, ICloneable
[GuidAttribute(L"8627F50A-070E-4501-86E0-1BB6CA124473")]
public ref class Kpi sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")>]
type Kpi =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Kpi extends NamedComponent implements ICloneable

Nel tipo Kpi sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Kpi() () () () Initializes a new instance of Kpi using the default values.
Metodo pubblico Kpi(String, String) Initializes a new instance of Kpi using a name and an identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica AssociatedMeasureGroup Gets the measure group that is associated with the calculations in a Kpi.
Proprietà pubblica AssociatedMeasureGroupID Gets or sets the ID of the measure group that is associated with the calculations in a Kpi.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica CurrentTimeMember Gets or sets the CurrentTimeMember of a Kpi.
Proprietà pubblica Description Ereditato da NamedComponent.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà pubblica DisplayFolder Gets or sets the display folder associated with a Kpi object.
Proprietà protetta Events Ereditato da Component.
Proprietà protetta FriendlyName Ereditato da NamedComponent.
Proprietà pubblica Goal Gets or sets the Goal of a Kpi.
Proprietà pubblica ID Ereditato da NamedComponent.
Proprietà protetta KeyForCollection Ereditato da NamedComponent.
Proprietà pubblica Name Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the Cube object that is the parent of the Kpi object.
Proprietà pubblica ParentDatabase Gets the Database object that is the parent of the Kpi object's Cube object.
Proprietà pubblica ParentKpiID Gets or sets the ID of the parent Kpi.
Proprietà pubblica ParentServer Gets the Server object that is the parent of the Kpi.
Proprietà pubblica Site Ereditato da NamedComponent.
Proprietà pubblica SiteID Ereditato da NamedComponent.
Proprietà pubblica Status Gets or sets the status for a Kpi object in the form of an MDX expression.
Proprietà pubblica StatusGraphic Gets or sets the status graphic associated with a Kpi object.
Proprietà pubblica Translations Gets the collection of translations associated with a Kpi object.
Proprietà pubblica Trend Gets or sets the trend; which is represented by an MDX expression.
Proprietà pubblica TrendGraphic Gets or sets the trend graphic associated with a Kpi object.
Proprietà pubblica Value Gets or sets a value for a Kpi object, in the form of an MDX expression.
Proprietà pubblica Weight Gets or sets the weight value associated with a Kpi object.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new, full copy of an object.
Metodo pubblico CopyTo(Kpi) Copies a Kpi to the specified object.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.