SqlBatchCommandCollection.GetBatchCommand(Int32) 메서드

정의

목록의 SqlBatchCommand 지정된 인덱스에서 개체를 반환합니다.

protected:
 override System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected override System.Data.Common.DbBatchCommand GetBatchCommand (int index);
override this.GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected Overrides Function GetBatchCommand (index As Integer) As DbBatchCommand

매개 변수

index
Int32

SqlBatchCommand 개체가 있는 인덱스입니다.

반환

SqlBatchCommand 목록의 지정된 인덱스에서 개체입니다.

적용 대상