Share via


AlgorithmParameterCollection.CopyTo Method (AlgorithmParameterCollection)

Copies the entire collection to the end of an AlgorithmParameterCollection.

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

Syntax

'Declaration
Public Sub CopyTo ( _
    col As AlgorithmParameterCollection _
)
'Usage
Dim instance As AlgorithmParameterCollection 
Dim col As AlgorithmParameterCollection

instance.CopyTo(col)
public void CopyTo(
    AlgorithmParameterCollection col
)
public:
void CopyTo(
    AlgorithmParameterCollection^ col
)
member CopyTo : 
        col:AlgorithmParameterCollection -> unit
public function CopyTo(
    col : AlgorithmParameterCollection
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

col is a null reference (Nothing in Visual Basic).

See Also

Reference

AlgorithmParameterCollection Class

CopyTo Overload

Microsoft.AnalysisServices Namespace