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 命名空间