ITableMappingCollection.Item[String] 屬性

定義

取得或設定指定名稱的 ITableMappingSourceTable例。

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

這個名稱SourceTableITableMapping

屬性值

即為指定名稱的ITableMappingSourceTable例。

適用於