共用方式為


MetaChildrenColumn.ColumnInOtherTable 屬性

定義

取得物件,這個物件表示子資料表中的外部索引鍵欄位。

public:
 property System::Web::DynamicData::MetaColumn ^ ColumnInOtherTable { System::Web::DynamicData::MetaColumn ^ get(); };
public System.Web.DynamicData.MetaColumn ColumnInOtherTable { get; }
member this.ColumnInOtherTable : System.Web.DynamicData.MetaColumn
Public ReadOnly Property ColumnInOtherTable As MetaColumn

屬性值

物件,表示子資料表中的外部索引鍵欄位。

備註

屬性 ColumnInOtherTable 可讓您取得子資料工作表中欄位的參考。

適用於