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
)
パラメーター
- col
型: Microsoft.AnalysisServices. . :: . .AlgorithmParameterCollection
コレクションの要素のコピーである AlgorithmParameterCollection です。