다음을 통해 공유


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 개체가 있는 인덱스입니다.

구현

적용 대상