SfcReferenceCollection<K, T, S>.CopyTo 메서드
Copies the elements of this collection to the specified array, starting at specified index.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub CopyTo ( _
array As T(), _
arrayIndex As Integer _
)
‘사용 방법
Dim instance As SfcReferenceCollection
Dim array As T()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
T[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<T>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array:'T[] *
arrayIndex:int -> unit
override CopyTo :
array:'T[] *
arrayIndex:int -> unit
public final function CopyTo(
array : T[],
arrayIndex : int
)
매개 변수
- array
유형: array<T[]
The zero-based index, one-dimensional array that is the destination of the elements copied from the collection.
- arrayIndex
유형: System.Int32
The zero-based index in array at which copying begins.
구현
IReadOnlyCollection<T>.CopyTo(array<T[], Int32)