DbBatchCommandCollection.CopyTo(DbBatchCommand[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從特定的 ICollection<T> 索引開始,將 Array 的項目複製到 Array。
public:
abstract void CopyTo(cli::array <System::Data::Common::DbBatchCommand ^> ^ array, int arrayIndex);
public abstract void CopyTo (System.Data.Common.DbBatchCommand[] array, int arrayIndex);
abstract member CopyTo : System.Data.Common.DbBatchCommand[] * int -> unit
Public MustOverride Sub CopyTo (array As DbBatchCommand(), arrayIndex As Integer)
參數
- array
- DbBatchCommand[]
一維 Array,是從 ICollection<T> 複製過來之項目的目的端。 Array 必須有以零為起始的索引。
- arrayIndex
- Int32
array
中以零起始的索引,即開始複製的位置。