Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Copies the entire collection to the end of an AlgorithmParameterCollection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
col As AlgorithmParameterCollection _
)
'Utilisation
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
)
Paramètres
- 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). |