Поделиться через


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

Значение свойства

Элемент, расположенный по указанному индексу.

Реализации

Исключения

Применяется к