SfcDictionaryCollection<T, K, ParentT>.CopyTo 메서드 (array<T , Int32)
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 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 SfcDictionaryCollection
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 list of objects.
- arrayIndex
유형: System.Int32
The specified count of objects in the collection.
구현
ICollection<T>.CopyTo(array<T[], Int32)