Bagikan melalui


AlgorithmParameter.CopyTo Method

Copies an AlgorithmParameter object to the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As AlgorithmParameter _
) As AlgorithmParameter
'Usage
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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter object copied to.

See Also

Reference

AlgorithmParameter Class

Microsoft.AnalysisServices Namespace