次の方法で共有


CopyTo メソッド (AlgorithmParameterCollection)

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 に null 参照 (Visual Basic では Nothing) が設定されています。