Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: Microsoft.AnalysisServices.AlgorithmParameter
The object to be copied to.
Return Value
Type: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter object copied to.