다음을 통해 공유


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

DbBatchCommand의 인덱스이며 0에서 시작합니다.

속성 값

DbBatchCommand

지정한 인덱스에 있는 DbBatchCommand입니다.

구현

예외

지정된 인덱스가 없는 경우

적용 대상