Поделиться через


Класс Kpi

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

Иерархия наследования

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..Kpi

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")> _
Public NotInheritable Class Kpi _
    Inherits NamedComponent _
    Implements ICloneable
'Применение
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

Тип Kpi обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от 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 (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Открытое свойство CurrentTimeMember Gets or sets the CurrentTimeMember of a Kpi.
Открытое свойство Description (Производный от NamedComponent.)
Защищенное свойство DesignMode (Производный от Component.)
Открытое свойство DisplayFolder Gets or sets the display folder associated with a Kpi object.
Защищенное свойство Events (Производный от Component.)
Защищенное свойство FriendlyName (Производный от NamedComponent.)
Открытое свойство Goal Gets or sets the Goal of a Kpi.
Открытое свойство ID (Производный от NamedComponent.)
Защищенное свойство KeyForCollection (Производный от NamedComponent.)
Открытое свойство Name (Производный от NamedComponent.)
Открытое свойство OwningCollection Gets or sets the collection that contains the ModelComponent. (Производный от 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 (Производный от NamedComponent.)
Открытое свойство SiteID (Производный от 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.

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. (Производный от ModelComponent.)
Открытый метод Clone Creates a new, full copy of an object.
Открытый метод CopyTo(Kpi) Copies a Kpi to the specified object.
Защищенный метод CopyTo(ModelComponent) Инфраструктура. (Производный от ModelComponent.)
Защищенный метод CopyTo(NamedComponent) (Производный от NamedComponent.)
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод Reset (Производный от NamedComponent.)
Открытый метод Submit() () () () Инфраструктура. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. (Производный от ModelComponent.)
Открытый метод ToString (Производный от NamedComponent.)
Открытый метод Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от 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. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean, ServerEdition) (Переопределяет NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone
Явная реализация интерфейсаЗакрытый метод IFormattable. . :: . .ToString (Производный от NamedComponent.)
Явная реализация интерфейсаЗакрытое свойство IHostableComponent. . :: . .Host (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .FriendlyPath (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .OwningCollection (Производный от ModelComponent.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник