Поделиться через


Метод 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.