Udostępnij przez


Metoda AlgorithmParameter.Clone

Tworzy nową, pełną kopię obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Clone As AlgorithmParameter
'Użycie
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