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


Метод Clone

Creates a new full copy of an object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Clone As PerspectiveMeasureGroup
'Применение
Dim instance As PerspectiveMeasureGroup
Dim returnValue As PerspectiveMeasureGroup

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

Возвращаемое значение

Тип Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
The cloned object.