SqlBatchCommandCollection.GetBatchCommand(Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengembalikan SqlBatchCommand objek pada indeks yang ditentukan dalam daftar.
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
Parameter
- index
- Int32
Indeks tempat SqlBatchCommand objek berada.
Mengembalikan
Objek SqlBatchCommand pada indeks yang ditentukan dalam daftar.