次の方法で共有


AlgorithmParameter.CopyTo(AlgorithmParameter) メソッド

定義

このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

public Microsoft.AnalysisServices.AlgorithmParameter CopyTo (Microsoft.AnalysisServices.AlgorithmParameter obj);
member this.CopyTo : Microsoft.AnalysisServices.AlgorithmParameter -> Microsoft.AnalysisServices.AlgorithmParameter
Public Function CopyTo (obj As AlgorithmParameter) As AlgorithmParameter

パラメーター

obj
AlgorithmParameter

コピー先となるオブジェクトです。

戻り値

コピー先のオブジェクトです。

適用対象