Classe Kpi
Represents a Key Performance Indicator (KPI). This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Kpi
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 | |
---|---|---|
Kpi() () () () | Initializes a new instance of Kpi using the default values. | |
Kpi(String, String) | Initializes a new instance of Kpi using a name and an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
AssociatedMeasureGroup | Gets the measure group that is associated with the calculations in a Kpi. | |
AssociatedMeasureGroupID | Gets or sets the ID of the measure group that is associated with the calculations in a Kpi. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
CurrentTimeMember | Gets or sets the CurrentTimeMember of a Kpi. | |
Description | Ereditato da NamedComponent. | |
DesignMode | Ereditato da Component. | |
DisplayFolder | Gets or sets the display folder associated with a Kpi object. | |
Events | Ereditato da Component. | |
FriendlyName | Ereditato da NamedComponent. | |
Goal | Gets or sets the Goal of a Kpi. | |
ID | Ereditato da NamedComponent. | |
KeyForCollection | Ereditato da NamedComponent. | |
Name | Ereditato da NamedComponent. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | Gets the Cube object that is the parent of the Kpi object. | |
ParentDatabase | Gets the Database object that is the parent of the Kpi object's Cube object. | |
ParentKpiID | Gets or sets the ID of the parent Kpi. | |
ParentServer | Gets the Server object that is the parent of the Kpi. | |
Site | Ereditato da NamedComponent. | |
SiteID | Ereditato da NamedComponent. | |
Status | Gets or sets the status for a Kpi object in the form of an MDX expression. | |
StatusGraphic | Gets or sets the status graphic associated with a Kpi object. | |
Translations | Gets the collection of translations associated with a Kpi object. | |
Trend | Gets or sets the trend; which is represented by an MDX expression. | |
TrendGraphic | Gets or sets the trend graphic associated with a Kpi object. | |
Value | Gets or sets a value for a Kpi object, in the form of an MDX expression. | |
Weight | Gets or sets the weight value associated with a Kpi object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddToContainer | Infrastruttura. Ereditato da ModelComponent. | |
AfterInsert | Infrastruttura. Ereditato da ModelComponent. | |
AfterMove | Infrastruttura. Ereditato da ModelComponent. | |
AfterRemove | Infrastruttura. Ereditato da ModelComponent. | |
BeforeRemove | Infrastruttura. Ereditato da ModelComponent. | |
Clone | Creates a new, full copy of an object. | |
CopyTo(Kpi) | Copies a Kpi to the specified object. | |
CopyTo(ModelComponent) | Infrastruttura. Ereditato da ModelComponent. | |
CopyTo(NamedComponent) | Ereditato da NamedComponent. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
MemberwiseClone() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Ereditato da ModelComponent. | |
Reset | Ereditato da NamedComponent. | |
Submit() () () () | Infrastruttura. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Ereditato da ModelComponent. | |
ToString | Ereditato da NamedComponent. | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent. | |
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. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | Ereditato da NamedComponent. | |
IHostableComponent. . :: . .Host | Ereditato da ModelComponent. | |
IModelComponent. . :: . .FriendlyPath | Ereditato da ModelComponent. | |
IModelComponent. . :: . .OwningCollection | Ereditato da ModelComponent. |
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.