CopyTo 메서드 (AlgorithmParameterCollection)
Copies the entire collection to the end of an AlgorithmParameterCollection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
The AlgorithmParameterCollection into which the elements of the collection are being copied.