言語

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

適用対象