SqlBatchCommandCollection.IndexOf 方法

定义

重载

IndexOf(DbBatchCommand)

返回指定的 DbBatchCommand 对象的索引。

IndexOf(SqlBatchCommand)

在 中SqlBatchCommandCollection搜索指定的 SqlBatchCommand ,并返回整个 SqlBatchCommandCollection中第一个匹配项的从零开始的索引。

IndexOf(DbBatchCommand)

返回指定的 DbBatchCommand 对象的索引。

public:
 override int IndexOf(System::Data::Common::DbBatchCommand ^ item);
public override int IndexOf (System.Data.Common.DbBatchCommand item);
override this.IndexOf : System.Data.Common.DbBatchCommand -> int
Public Overrides Function IndexOf (item As DbBatchCommand) As Integer

参数

item
DbBatchCommand

要在 IList<T> 中定位的对象。

返回

指定的 DbBatchCommand 对象的索引。

适用于

IndexOf(SqlBatchCommand)

在 中SqlBatchCommandCollection搜索指定的 SqlBatchCommand ,并返回整个 SqlBatchCommandCollection中第一个匹配项的从零开始的索引。

public:
 virtual int IndexOf(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public int IndexOf (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.IndexOf : Microsoft.Data.SqlClient.SqlBatchCommand -> int
Public Function IndexOf (item As SqlBatchCommand) As Integer

参数

返回

返回整个 SqlBatchCommandCollection中第一个匹配项的从零开始的索引。

实现

适用于