DbBatchCommandCollection.IndexOf(DbBatchCommand) 메서드

정의

지정된 DbBatchCommand 개체의 인덱스를 반환합니다.

public:
 abstract int IndexOf(System::Data::Common::DbBatchCommand ^ item);
public abstract int IndexOf (System.Data.Common.DbBatchCommand item);
abstract member IndexOf : System.Data.Common.DbBatchCommand -> int
Public MustOverride Function IndexOf (item As DbBatchCommand) As Integer

매개 변수

item
DbBatchCommand

IList<T>에서 찾을 개체입니다.

반환

지정된 DbBatchCommand 개체의 인덱스입니다.

구현

적용 대상