ICollection.CopyTo 메서드

Copies the elements of the collection to the specified array.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

void ICollection.CopyTo(
    Array array,
    int index
)

매개 변수

  • array
    형식: System. . :: . .Array
    An instance of a one-dimensional Array into which to copy the elements of the collection. The Array must have zero-based indexing.

구현

ICollection. . :: . .CopyTo(Array, Int32)