Метод AlgorithmParameter.Clone
Creates a new, full copy of an object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Clone As AlgorithmParameter
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AlgorithmParameter
The cloned object.