SqlBatchCommandCollection.IList<SqlBatchCommand>.Item[Int32] Property

Definition

Gets or Sets the element at the specified index.

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

Parameters

index
Int32

Property Value

The element at the specified index.

Implements

Exceptions

Applies to