EntityObject.IEntityWithRelationships.RelationshipManager プロパティ

定義

このオブジェクトで使用されるリレーションシップ マネージャーを取得します。

property System::Data::Objects::DataClasses::RelationshipManager ^ System::Data::Objects::DataClasses::IEntityWithRelationships::RelationshipManager { System::Data::Objects::DataClasses::RelationshipManager ^ get(); };
System.Data.Objects.DataClasses.RelationshipManager System.Data.Objects.DataClasses.IEntityWithRelationships.RelationshipManager { get; }
member this.System.Data.Objects.DataClasses.IEntityWithRelationships.RelationshipManager : System.Data.Objects.DataClasses.RelationshipManager
 ReadOnly Property RelationshipManager As RelationshipManager Implements IEntityWithRelationships.RelationshipManager

プロパティ値

RelationshipManager

このオブジェクトで使用される RelationshipManager

実装

注釈

IEntityWithRelationships.RelationshipManager は、このオブジェクトで使用される RelationshipManager を返します。 Object Services は、リレーションシップ マネージャーを使用して、関連オブジェクトへのアクセスを提供します。

リレーションシップを公開するクラスは、コンストラクターで RelationshipManager を作成および設定して、このプロパティを実装する必要があります。 このプロパティの実装では、必要に応じて、静的メソッド Create を使用して新しい RelationshipManager を作成します。 作成したオブジェクトはエンティティに格納され、このプロパティを介して提供されることになります。

適用対象

こちらもご覧ください