다음을 통해 공유


SqlBatchCommandCollection.IList<SqlBatchCommand>.Item[Int32] 속성

정의

지정된 인덱스에서 요소를 가져오거나 설정합니다.

property Microsoft::Data::SqlClient::SqlBatchCommand ^ System::Collections::Generic::IList<Microsoft::Data::SqlClient::SqlBatchCommand>::Item[int] { Microsoft::Data::SqlClient::SqlBatchCommand ^ get(int index); void set(int index, Microsoft::Data::SqlClient::SqlBatchCommand ^ value); };
Microsoft.Data.SqlClient.SqlBatchCommand System.Collections.Generic.IList<Microsoft.Data.SqlClient.SqlBatchCommand>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<Microsoft.Data.SqlClient.SqlBatchCommand>.Item(int) : Microsoft.Data.SqlClient.SqlBatchCommand with get, set
 Property Item(index As Integer) As SqlBatchCommand Implements IList(Of SqlBatchCommand).Item

매개 변수

index
Int32

속성 값

지정한 인덱스의 요소입니다.

구현

예외

적용 대상