SqlBatchCommandCollection.GetBatchCommand(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce l'oggetto SqlBatchCommand in corrispondenza dell'indice specificato nell'elenco.
protected:
override System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected override System.Data.Common.DbBatchCommand GetBatchCommand (int index);
override this.GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected Overrides Function GetBatchCommand (index As Integer) As DbBatchCommand
Parametri
- index
- Int32
Indice in cui si trova l'oggetto SqlBatchCommand.
Restituisce
Oggetto SqlBatchCommand in corrispondenza dell'indice specificato nell'elenco.