IColumnMappingCollection.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置具有指定 SourceColumn
名称的 IColumnMapping 对象。
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
名称。
属性值
具有指定 IColumnMapping
名称的 SourceColumn
对象。