다음을 통해 공유


Clone 메서드

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

구문

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

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