SqlBatchCommandCollection.GetBatchCommand(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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位于列表中指定索引处的对象。