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