Метод Clone

Creates a new, full copy of an object.

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices. . :: . .AggregationInstance
An AggregationInstance.