AlgorithmParameter.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 AlgorithmParameter
'Usage
Dim instance As AlgorithmParameter
Dim returnValue As AlgorithmParameter

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