Condividi tramite


SqlBatchCommandCollection.Item[Int32] Proprietà

Definizione

Ottiene o Imposta l'elemento in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Valore della proprietà

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

Si applica a