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內第一次出現的以零起始的索引。