Classe Kpi
Represents a Key Performance Indicator (KPI). This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Kpi
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")> _
Public NotInheritable Class Kpi _
Inherits NamedComponent _
Implements ICloneable
'Uso
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
O tipo Kpi expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Herdado de 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 | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
CurrentTimeMember | Gets or sets the CurrentTimeMember of a Kpi. | |
Description | (Herdado de NamedComponent.) | |
DesignMode | (Herdado de Component.) | |
DisplayFolder | Gets or sets the display folder associated with a Kpi object. | |
Events | (Herdado de Component.) | |
FriendlyName | (Herdado de NamedComponent.) | |
Goal | Gets or sets the Goal of a Kpi. | |
ID | (Herdado de NamedComponent.) | |
KeyForCollection | (Herdado de NamedComponent.) | |
Name | (Herdado de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de 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 | (Herdado de NamedComponent.) | |
SiteID | (Herdado de 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ício
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. (Herdado de ModelComponent.) | |
Clone | Creates a new, full copy of an object. | |
CopyTo(Kpi) | Copies a Kpi to the specified object. | |
CopyTo(ModelComponent) | Infraestrutura. (Herdado de ModelComponent.) | |
CopyTo(NamedComponent) | (Herdado de NamedComponent.) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. (Herdado de ModelComponent.) | |
Reset | (Herdado de NamedComponent.) | |
Submit() () () () | Infraestrutura. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. (Herdado de ModelComponent.) | |
ToString | (Herdado de NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de 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. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Substitui NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (Herdado de NamedComponent.) | |
IHostableComponent. . :: . .Host | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Herdado de ModelComponent.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.