SqlBatchCommandCollection.IndexOf 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- item
- SqlBatchCommand
返回
返回整个 SqlBatchCommandCollection中第一个匹配项的从零开始的索引。