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


Метод Clone

Creates a new, full copy of an object.

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

Синтаксис

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

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

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

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