CopyTo 方法
Copies an AlgorithmParameter object to the specified object.
命名空間: 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
參數
- obj
型別:Microsoft.AnalysisServices. . :: . .AlgorithmParameter
The object to be copied to.
傳回值
型別:Microsoft.AnalysisServices. . :: . .AlgorithmParameter
The AlgorithmParameter object copied to.