SqlBulkCopyColumnMappingCollection.IList.Item[Int32] 屬性

定義

取得或設定位於指定索引處的專案。

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

參數

index
Int32

要取得或設定的元素的零基指數。

屬性值

位於指定索引的元素。

實作

例外狀況

index 在 中 不是有效的索引 IList

屬性為設定,且為 IList 唯讀。

適用於