OleDbParameterCollection.CopyTo 메서드

정의

현재 OleDbParameterCollection 요소의 모든 요소를 지정된 개체에 복사합니다.

오버로드

Name Description
CopyTo(Array, Int32)

지정된 대상 OleDbParameterCollection 인덱스에서 시작하여 현재 Array 요소의 모든 요소를 지정된 1차원 Array 으로 복사합니다.

CopyTo(OleDbParameter[], Int32)

현재 OleDbParameterCollection 요소의 모든 요소를 지정된 대상 인덱스에서 시작하는 지정된 OleDbParameterCollection 요소에 복사합니다.

CopyTo(Array, Int32)

Source:
OleDbParameterCollectionHelper.cs
Source:
OleDbParameterCollectionHelper.cs
Source:
OleDbParameterCollectionHelper.cs
Source:
OleDbParameterCollectionHelper.cs

지정된 대상 OleDbParameterCollection 인덱스에서 시작하여 현재 Array 요소의 모든 요소를 지정된 1차원 Array 으로 복사합니다.

public:
 override void CopyTo(Array ^ array, int index);
public:
 virtual void CopyTo(Array ^ array, int index);
public override void CopyTo(Array array, int index);
public void CopyTo(Array array, int index);
override this.CopyTo : Array * int -> unit
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overrides Sub CopyTo (array As Array, index As Integer)
Public Sub CopyTo (array As Array, index As Integer)

매개 변수

array
Array

현재Array에서 복사한 요소의 대상인 1차원 OleDbParameterCollection 입니다.

index
Int32

복사가 시작되는 인덱 Array 스를 나타내는 32비트 정수입니다.

구현

추가 정보

적용 대상

CopyTo(OleDbParameter[], Int32)

Source:
OleDbParameterCollection.cs
Source:
OleDbParameterCollection.cs
Source:
OleDbParameterCollection.cs
Source:
OleDbParameterCollection.cs

현재 OleDbParameterCollection 요소의 모든 요소를 지정된 대상 인덱스에서 시작하는 지정된 OleDbParameterCollection 요소에 복사합니다.

public:
 void CopyTo(cli::array <System::Data::OleDb::OleDbParameter ^> ^ array, int index);
public void CopyTo(System.Data.OleDb.OleDbParameter[] array, int index);
override this.CopyTo : System.Data.OleDb.OleDbParameter[] * int -> unit
Public Sub CopyTo (array As OleDbParameter(), index As Integer)

매개 변수

array
OleDbParameter[]

OleDbParameterCollection 현재에서 OleDbParameterCollection복사한 요소의 대상입니다.

index
Int32

복사가 시작되는 인덱 OleDbParameterCollection 스를 나타내는 32비트 정수입니다.

추가 정보

적용 대상