SfcCollatedDictionaryCollection<T, K, ParentT>.CopyTo 메서드 (array<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.
  • arrayIndex
    유형: System.Int32
    The zero-based index in the array to begin copying.

구현

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

참고 항목

참조

SfcCollatedDictionaryCollection<T, K, ParentT> 클래스

CopyTo 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스