SqlBulkCopyColumnMappingCollection.IList.Insert(Int32, Object) 方法

定义

将项插入 IList 到指定索引处。

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert(int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

参数

index
Int32

应插入的从零开始 value 的索引。

value
Object

要插入到 . 中的 IList对象。

实现

例外

index 不是 . 中的 IList有效索引。

IList 只读。

-或-

具有 IList 固定大小。

value为 null 引用。IList

适用于