다음을 통해 공유


Clone 메서드

Creates and returns an instance of a Perspective class based on the current perspective.

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

구문

‘선언
Public Function Clone As Perspective
‘사용 방법
Dim instance As Perspective
Dim returnValue As Perspective

returnValue = instance.Clone()
public Perspective Clone()
public:
Perspective^ Clone()
member Clone : unit -> Perspective 
public function Clone() : Perspective