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[]。