Метод AggregationDesign.Clone
Creates a new full copy of an object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Clone As AggregationDesign
'Применение
Dim instance As AggregationDesign
Dim returnValue As AggregationDesign
returnValue = instance.Clone()
public AggregationDesign Clone()
public:
AggregationDesign^ Clone()
member Clone : unit -> AggregationDesign
public function Clone() : AggregationDesign
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.