IColumnMappingCollection.Item[String] 属性

定义

获取或设置 IColumnMapping 具有指定 SourceColumn 名称的对象。

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名称的对象。

适用于