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
- col
Type: Microsoft.AnalysisServices.AlgorithmParameterCollection
The AlgorithmParameterCollection into which the elements of the collection are being copied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |