Clone 메서드
Creates a new, full copy of an object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
An AlgorithmParameter object.