ITableMappingCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定具有指定 ITableMapping 名稱之 SourceTable 的執行個體。
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
ITableMapping 的 SourceTable
名稱。
屬性值
具有指定 SourceTable
名稱之 ITableMapping 的執行個體。