MetaAssociation.OtherKeyIsPrimaryKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會取得值,指出 OtherKey 是否會構成其他類型的識別。
public:
abstract property bool OtherKeyIsPrimaryKey { bool get(); };
public abstract bool OtherKeyIsPrimaryKey { get; }
member this.OtherKeyIsPrimaryKey : bool
Public MustOverride ReadOnly Property OtherKeyIsPrimaryKey As Boolean
屬性值
true
OtherKey如果 形成識別 (主鍵) 其他類型,則為 ,false
否則為 。