Share via


SqlBatchCommandCollection.RemoveAt(Int32) 方法

定义

从集合中的指定索引处删除 SqlBatchCommand 对象。

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

参数

index
Int32

SqlBatchCommand 对象所在的索引。

实现

适用于