AlgorithmParameter.CopyTo(AlgorithmParameter) Method

Definition

Copies the content of this object to another object (the destination).

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

Parameters

obj
AlgorithmParameter

The destination object to copy to.

Returns

The destination object.

Applies to