IColumnMappingCollection.Item[String] 属性
定义
获取或设置具有指定 SourceColumn 名称的 IColumnMapping 对象。Gets or sets the IColumnMapping object with the specified SourceColumn name.
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
public object this[string index] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(index As String) As Object
参数
- index
- String
要查找的 SourceColumn 对象的 IColumnMapping 名称。The SourceColumn name of the IColumnMapping object to find.
属性值
具有指定 IColumnMapping 名称的 SourceColumn 对象。The IColumnMapping object with the specified SourceColumn name.