Compartilhar via


Método AlgorithmParameter.Clone

Creates a new, full copy of an object.

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

Sintaxe

'Declaração
Public Function Clone As AlgorithmParameter
'Uso
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The cloned object.

Consulte também

Referência

AlgorithmParameter Classe

Namespace Microsoft.AnalysisServices