Поделиться через


Метод 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
)

Параметры

Исключения

Исключение Условие
ArgumentNullException

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

См. также

Справочник

AlgorithmParameterCollection Класс

Перегрузка CopyTo

Пространство имен Microsoft.AnalysisServices