다음을 통해 공유


Clone 메서드

Creates a new, full copy of the PerspectiveAttribute object.

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

구문

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

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

반환 값

유형: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The cloned object.