MetaForeignKeyColumn.IsPrimaryKeyInThisTable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示外部索引鍵欄位是否屬於資料表的主索引鍵。
public:
property bool IsPrimaryKeyInThisTable { bool get(); };
public bool IsPrimaryKeyInThisTable { get; }
member this.IsPrimaryKeyInThisTable : bool
Public ReadOnly Property IsPrimaryKeyInThisTable As Boolean
屬性值
如果外部索引鍵欄位屬於資料表的主索引鍵則為 true
,否則為 false
。
備註
IsPrimaryKeyInThisTable使用 屬性來判斷外鍵欄位是否屬於資料表的主鍵。 這是包含外鍵欄位而非父資料表的資料表。