次の方法で共有


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

プロパティ値

指定したインデックス位置にある要素。

実装

例外

適用対象