共用方式為


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