AlgorithmParameter.Clone Method
Creates a new, full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public Function Clone As AlgorithmParameter
'Usage
Dim instance As AlgorithmParameter
Dim returnValue As AlgorithmParameter
returnValue = instance.Clone()
C#
public AlgorithmParameter Clone()
public:
AlgorithmParameter^ Clone()
member Clone : unit -> AlgorithmParameter
public function Clone() : AlgorithmParameter
Type: Microsoft.AnalysisServices.AlgorithmParameter
The cloned object.