共用方式為


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 物件所在的索引。

實作

適用於