Share via


PerspectiveDimension 클래스

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

구문

‘선언
<GuidAttribute("C442A40A-EF2C-496e-AED9-24C865DF2738")> _
Public NotInheritable Class PerspectiveDimension _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As PerspectiveDimension
[GuidAttribute("C442A40A-EF2C-496e-AED9-24C865DF2738")]
public sealed class PerspectiveDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"C442A40A-EF2C-496e-AED9-24C865DF2738")]
public ref class PerspectiveDimension sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("C442A40A-EF2C-496e-AED9-24C865DF2738")>]
type PerspectiveDimension =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class PerspectiveDimension extends ModelComponent implements ICloneable

상속 계층 구조

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

스레드로부터의 안전성

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