PerspectiveMeasure.Clone 메서드
Creates a new full copy of an object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Clone As PerspectiveMeasure
‘사용 방법
Dim instance As PerspectiveMeasure
Dim returnValue As PerspectiveMeasure
returnValue = instance.Clone()
public PerspectiveMeasure Clone()
public:
PerspectiveMeasure^ Clone()
member Clone : unit -> PerspectiveMeasure
public function Clone() : PerspectiveMeasure
반환 값
유형: Microsoft.AnalysisServices.PerspectiveMeasure
The cloned object.