DbBatchCommandCollection.Item[Int32] 속성

정의

지정된 인덱스에서 DbBatchCommand 값을 가져오거나 설정합니다.

public:
 property System::Data::Common::DbBatchCommand ^ default[int] { System::Data::Common::DbBatchCommand ^ get(int index); void set(int index, System::Data::Common::DbBatchCommand ^ value); };
public System.Data.Common.DbBatchCommand this[int index] { get; set; }
member this.Item(int) : System.Data.Common.DbBatchCommand with get, set
Default Public Property Item(index As Integer) As DbBatchCommand

매개 변수

index
Int32

의 인덱스(0부터 시작하는 인덱스)입니다 DbBatchCommand.

속성 값

DbBatchCommand 지정된 인덱스입니다.

구현

예외

지정된 인덱스가 없습니다.

적용 대상