次の方法で共有


Clone メソッド

オブジェクトの新しい完全コピーを作成します。

名前空間:  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