Метод AlgorithmParameterCollection.CopyTo (AlgorithmParameterCollection)
Copies the entire collection to the end of an AlgorithmParameterCollection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
col As AlgorithmParameterCollection _
)
'Применение
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
)
Параметры
- col
Тип: Microsoft.AnalysisServices.AlgorithmParameterCollection
The AlgorithmParameterCollection into which the elements of the collection are being copied.
Исключения
Исключение | Условие |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |