DataColumnMappingCollection.IColumnMappingCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定具有指定 SourceColumn
名稱的 IColumnMapping 物件。
property System::Object ^ System::Data::IColumnMappingCollection::Item[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
object System.Data.IColumnMappingCollection.Item[string index] { get; set; }
member this.System.Data.IColumnMappingCollection.Item(string) : obj with get, set
Property Item(index As String) As Object Implements IColumnMappingCollection.Item
參數
- index
- String
項目的索引。
屬性值
具有指定 IColumnMapping
名稱的 SourceColumn
物件。
實作
備註
這個成員是明確介面成員實作, 只有在 DataColumnMappingCollection 執行個體轉換成 IColumnMappingCollection 介面時,才能使用這個成員。
如需詳細資訊,請參閱Item[]。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)