Condividi tramite


SqlBatchCommandCollection.GetEnumerator Metodo

Definizione

Restituisce l'oggetto SqlBatchCommand in corrispondenza dell'indice specificato nella raccolta.

public:
 override System::Collections::Generic::IEnumerator<System::Data::Common::DbBatchCommand ^> ^ GetEnumerator();
public override System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand>
Public Overrides Function GetEnumerator () As IEnumerator(Of DbBatchCommand)

Restituisce

Oggetto DbBatchCommand in corrispondenza dell'indice specificato nella raccolta.

Si applica a