Share via


PerspectiveKpi 클래스

Represents information about a key performance indicator (KPI) in a Perspective element. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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

상속 계층 구조

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..PerspectiveKpi

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.