PerspectiveKpi 類別
Represents information about a key performance indicator (KPI) in a Perspective element. This class cannot be inherited.
繼承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.PerspectiveKpi
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("2A455141-E3C6-435b-808D-8F3D8EAB120D")> _
Public NotInheritable Class PerspectiveKpi _
Inherits ModelComponent _
Implements ICloneable
'用途
Dim instance As PerspectiveKpi
[GuidAttribute("2A455141-E3C6-435b-808D-8F3D8EAB120D")]
public sealed class PerspectiveKpi : ModelComponent,
ICloneable
[GuidAttribute(L"2A455141-E3C6-435b-808D-8F3D8EAB120D")]
public ref class PerspectiveKpi sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("2A455141-E3C6-435b-808D-8F3D8EAB120D")>]
type PerspectiveKpi =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveKpi extends ModelComponent implements ICloneable
PerspectiveKpi 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
PerspectiveKpi() | Initializes a new instance of the PerspectiveKpi class using default values. | |
PerspectiveKpi(String) | Initializes a new instance of PerspectiveKpi using an identifier. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (繼承自 ModelComponent。) | |
Container | (繼承自 Component。) | |
FriendlyName | 基礎結構。Gets the friendly name of the ModelComponent. (繼承自 ModelComponent。) | |
KeyForCollection | 基礎結構。Gets the key used in the collection. (繼承自 ModelComponent。) | |
Kpi | Gets the KPI from a PerspectiveKpi object. | |
KpiID | Gets or sets the identifier for a Kpi associated with a PerspectiveKpi element. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (繼承自 ModelComponent。) | |
Parent | Gets the parent perspective of a PerspectiveKpi object. | |
ParentCube | Gets the parent Cube of the PerspectiveKpi object. | |
ParentDatabase | Gets the parent Database of the PerspectiveKpi object. | |
ParentServer | Gets the parent Server of the PerspectiveKpi object. | |
Site | (繼承自 Component。) |
上層
方法
名稱 | 說明 | |
---|---|---|
AddToContainer | 基礎結構。Adds a ModelComponent object to the specified container. (繼承自 ModelComponent。) | |
AfterInsert | 基礎結構。Displays a ModelComponent object after added to the specified index. (繼承自 ModelComponent。) | |
AfterMove | 基礎結構。Displays a ModelComponent object after moving to the specified index. (繼承自 ModelComponent。) | |
AfterRemove | 基礎結構。Displays a ModelComponentCollection after a ModelComponent object is removed. (繼承自 ModelComponent。) | |
BeforeRemove | 基礎結構。Removes the ModelComponent object before the cleanup. (繼承自 ModelComponent。) | |
Clone | Creates a new full copy of an object. | |
CopyTo | Copies the content of the object to another object (the destination). | |
CreateObjRef | 安全性關鍵。 (繼承自 MarshalByRefObject。) | |
Dispose | (繼承自 Component。) | |
Equals | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetLifetimeService | 安全性關鍵。 (繼承自 MarshalByRefObject。) | |
GetType | (繼承自 Object。) | |
InitializeLifetimeService | 安全性關鍵。 (繼承自 MarshalByRefObject。) | |
RemoveFromContainer | 基礎結構。Removes a ModelComponent object from the specified container. (繼承自 ModelComponent。) | |
Submit() | 基礎結構。Submits a ModelComponent object. (繼承自 ModelComponent。) | |
Submit(Boolean) | 基礎結構。Submits a ModelComponent object. (繼承自 ModelComponent。) | |
ToString | 基礎結構。Returns a string that represents the current object. (繼承自 ModelComponent。) | |
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) | Indicates whether the PerspectiveKpi is valid. (覆寫 ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition)。) |
上層
事件
名稱 | 說明 | |
---|---|---|
Disposed | (繼承自 Component。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
ICloneable.Clone | Creates a new copy of an object. | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (繼承自 ModelComponent。) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (繼承自 ModelComponent。) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (繼承自 ModelComponent。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。