AggregationDesign.Clone Method

Creates a new full copy of an object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As AggregationDesign
'Usage
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

Return Value

Type: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.

See Also

Reference

AggregationDesign Class

Clone Overload

Microsoft.AnalysisServices Namespace