SqlBatchCommandCollection.GetBatchCommand(Int32) 方法

定义

返回 SqlBatchCommand 列表中指定索引处的对象。

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

参数

index
Int32

SqlBatchCommand 对象所在的索引。

返回

SqlBatchCommand位于列表中指定索引处的对象。

适用于