共用方式為


MetaDataMember.IsAssociation 屬性

定義

在衍生類別中覆寫時取得值,這個值表示此成員是否會定義關聯性。

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

屬性值

如果這個成員會定義關聯性,則為 true,否則為 false

適用於