AssociationSetEnd クラス

定義

概念モデルの関連付けセットの End を表します。

public ref class AssociationSetEnd sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class AssociationSetEnd : System.Data.Metadata.Edm.MetadataItem
type AssociationSetEnd = class
    inherit MetadataItem
Public NotInheritable Class AssociationSetEnd
Inherits MetadataItem
継承
AssociationSetEnd

プロパティ

名前 説明
BuiltInTypeKind

この AssociationSetEndの組み込み型の種類を取得します。

CorrespondingAssociationEndMember

このEnd オブジェクトが対応するAssociationSetEnd メンバーを取得します。

Documentation

この型に関連付けられているドキュメントを取得または設定します。

(継承元 MetadataItem)
EntitySet

この End ロールによって参照されるエンティティ セットを取得します。

MetadataProperties

現在の型のプロパティの一覧を取得します。

(継承元 MetadataItem)
Name

この AssociationSetEndの End の名前を取得します。

ParentAssociationSet

この AssociationSetEndの親関連付けセットを取得します。

Role
古い.

このEndAssociationSetEnd ロールの名前を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

このEndAssociationSetEnd ロールの名前を返します。

適用対象