Aracılığıyla paylaş


SqlBatchCommandCollection.GetBatchCommand(Int32) Yöntem

Tanım

SqlBatchCommand Listede belirtilen dizindeki nesneyi döndürür.

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

Parametreler

index
Int32

Nesnenin SqlBatchCommand bulunduğu dizin.

Döndürülenler

SqlBatchCommand Listede belirtilen dizindeki nesne.

Şunlara uygulanır