AssociationType.IsForeignKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Boolean 屬性值,這個屬性值會指定資料行是否為外部索引鍵。
public:
property bool IsForeignKey { bool get(); };
public bool IsForeignKey { get; }
member this.IsForeignKey : bool
Public ReadOnly Property IsForeignKey As Boolean
屬性值
Boolean 值,指定資料行是否為外部索引鍵。 如果為 true
,則表示資料行為外部索引鍵。 如果資料行不是外部索引鍵,則為 false
(預設值)。