共用方式為


SqlBatchCommandCollection.IndexOf 方法

定義

多載

IndexOf(DbBatchCommand)

傳回 DbBatchCommand 物件指定之索引。

IndexOf(SqlBatchCommand)

搜尋 中指定的 SqlBatchCommandCollectionSqlBatchCommand並傳回整個 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)

搜尋 中指定的 SqlBatchCommandCollectionSqlBatchCommand並傳回整個 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內第一次出現的以零起始的索引。

實作

適用於