次の方法で共有


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 オブジェクトが存在するインデックス。

実装

適用対象