AlgorithmParameter.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new, full copy of an object.

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

Syntax

public AlgorithmParameter Clone()
public:
AlgorithmParameter^ Clone()
member Clone : unit -> AlgorithmParameter
Public Function Clone As AlgorithmParameter

Return Value

Type: Microsoft.AnalysisServices.AlgorithmParameter

The cloned object.

See Also

AlgorithmParameter Class
Microsoft.AnalysisServices Namespace

Return to top