IColumnMappingCollection.Item[String] 속성

정의

지정된 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 개체입니다.

적용 대상