다음을 통해 공유


SqlBatchCommandCollection.Item[Int32] 속성

정의

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

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

매개 변수

index
Int32

속성 값

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

구현

예외

적용 대상