DataColumnMappingCollection.IColumnMappingCollection.Item[String] プロパティ
定義
指定した SourceColumn
名で IColumnMapping オブジェクトを取得または設定します。Gets or sets the IColumnMapping object with the specified SourceColumn
name.
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
要素のインデックス。Index of the element.
プロパティ値
指定した IColumnMapping
名を持つ SourceColumn
オブジェクト。The IColumnMapping
object with the specified SourceColumn
name.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、DataColumnMappingCollection のインスタンスが IColumnMappingCollection インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the DataColumnMappingCollection instance is cast to an IColumnMappingCollection interface.
詳細については、「Item[]」を参照してください。For more information, see Item[].