AlgorithmParameter.CopyTo メソッド

AlgorithmParameter オブジェクトを指定したオブジェクトにコピーします。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function CopyTo ( _
    obj As AlgorithmParameter _
) As AlgorithmParameter
'使用
Dim instance As AlgorithmParameter 
Dim obj As AlgorithmParameter 
Dim returnValue As AlgorithmParameter 

returnValue = instance.CopyTo(obj)
public AlgorithmParameter CopyTo(
    AlgorithmParameter obj
)
public:
AlgorithmParameter^ CopyTo(
    AlgorithmParameter^ obj
)
member CopyTo : 
        obj:AlgorithmParameter -> AlgorithmParameter
public function CopyTo(
    obj : AlgorithmParameter
) : AlgorithmParameter

パラメーター

戻り値

型: Microsoft.AnalysisServices.AlgorithmParameter
コピーされた AlgorithmParameter オブジェクトです。

関連項目

参照

AlgorithmParameter クラス

Microsoft.AnalysisServices 名前空間