다음을 통해 공유


SqlBatchCommandCollection.Insert 메서드

정의

오버로드

Insert(Int32, SqlBatchCommand)

항목을 SqlBatchCommandCollection의 지정한 인덱스에 삽입합니다.

Insert(Int32, DbBatchCommand)

지정된 이름을 갖는 DbBatchCommand 개체의 지정한 인덱스를 지정한 컬렉션의 컬렉션에 삽입합니다.

Insert(Int32, SqlBatchCommand)

항목을 SqlBatchCommandCollection의 지정한 인덱스에 삽입합니다.

public:
 virtual void Insert(int index, Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public void Insert (int index, Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Insert : int * Microsoft.Data.SqlClient.SqlBatchCommand -> unit
Public Sub Insert (index As Integer, item As SqlBatchCommand)

매개 변수

index
Int32

구현

예외

적용 대상

Insert(Int32, DbBatchCommand)

지정된 이름을 갖는 DbBatchCommand 개체의 지정한 인덱스를 지정한 컬렉션의 컬렉션에 삽입합니다.

public:
 override void Insert(int index, System::Data::Common::DbBatchCommand ^ item);
public override void Insert (int index, System.Data.Common.DbBatchCommand item);
override this.Insert : int * System.Data.Common.DbBatchCommand -> unit
Public Overrides Sub Insert (index As Integer, item As DbBatchCommand)

매개 변수

index
Int32

DbBatchCommand 개체를 삽입할 인덱스입니다.

item
DbBatchCommand

IList<T>에 삽입할 개체입니다.

적용 대상