Sdílet prostřednictvím


SqlBatchCommandCollection.Item[Int32] Vlastnost

Definice

Získá nebo Nastaví prvek v zadaném indexu.

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

Parametry

index
Int32

Hodnota vlastnosti

Prvek na pozici zadaného indexu.

Implementuje

Výjimky

Platí pro