Método 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
An AlgorithmParameter object.
Consulte também