CopyTo 메서드 (T[], Int32)

Copies the elements from the collection to the specified array, starting at the specified array index. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Overrides Sub CopyTo ( _
    array As T(), _
    arrayIndex As Integer _
)
‘사용 방법
Dim instance As SfcCollatedDictionaryCollection
Dim array As T()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public override void CopyTo(
    T[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<T>^ array, 
    int arrayIndex
) override
abstract CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit 
public override function CopyTo(
    array : T[], 
    arrayIndex : int
)

매개 변수

  • array
    유형: array<T> [] () [] []
    The array to copy to.

구현

ICollection< (Of < ( <'T> ) > ) >. . :: . .CopyTo(array<T> [] () [] [], Int32)