AlgorithmParameter.CopyTo Method (AlgorithmParameter)

 

Applies To: SQL Server 2016 Preview

Copies an AlgorithmParameter object to the specified object.

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

Syntax

public AlgorithmParameter CopyTo(
    AlgorithmParameter obj
)
public:
AlgorithmParameter^ CopyTo(
    AlgorithmParameter^ obj
)
member CopyTo : 
        obj:AlgorithmParameter -> AlgorithmParameter
Public Function CopyTo (
    obj As AlgorithmParameter
) As AlgorithmParameter

Parameters

Return Value

Type: Microsoft.AnalysisServices.AlgorithmParameter

The AlgorithmParameter object copied to.

See Also

AlgorithmParameter Class
Microsoft.AnalysisServices Namespace

Return to top