Share via


DataTableMappingCollection.ITableMappingCollection.Item[String] 속성

정의

지정된 ITableMapping 이름을 가진 SourceTable의 인스턴스를 가져오거나 설정합니다.

property System::Object ^ System::Data::ITableMappingCollection::Item[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
object System.Data.ITableMappingCollection.Item[string index] { get; set; }
member this.System.Data.ITableMappingCollection.Item(string) : obj with get, set
 Property Item(index As String) As Object Implements ITableMappingCollection.Item

매개 변수

index
String

ITableMappingSourceTable 이름입니다.

속성 값

지정된 SourceTable 이름을 가진 ITableMapping의 인스턴스입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DataTableMappingCollection 인스턴스가 ITableMappingCollection 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

자세한 내용은 Item[]를 참조하세요.

적용 대상