Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Copies the entire collection to the end of an AlgorithmParameterCollection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
col As AlgorithmParameterCollection _
)
'Uso
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
)
Parámetros
- col
Tipo: Microsoft.AnalysisServices.AlgorithmParameterCollection
The AlgorithmParameterCollection into which the elements of the collection are being copied.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentNullException | col is a null reference (Nothing in Visual Basic). |