Freigeben über


AlgorithmParameterCollection.CopyTo-Methode (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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

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

Siehe auch

Verweis

AlgorithmParameterCollection Klasse

CopyTo-Überladung

Microsoft.AnalysisServices-Namespace