共用方式為


MetaForeignKeyColumn.IsPrimaryKeyInThisTable 屬性

定義

取得值,這個值表示外部索引鍵欄位是否屬於資料表的主索引鍵。

public:
 property bool IsPrimaryKeyInThisTable { bool get(); };
public bool IsPrimaryKeyInThisTable { get; }
member this.IsPrimaryKeyInThisTable : bool
Public ReadOnly Property IsPrimaryKeyInThisTable As Boolean

屬性值

如果外部索引鍵欄位屬於資料表的主索引鍵則為 true,否則為 false

備註

IsPrimaryKeyInThisTable使用 屬性來判斷外鍵欄位是否屬於資料表的主鍵。 這是包含外鍵欄位而非父資料表的資料表。

適用於

另請參閱