EntityObject.IEntityWithRelationships.RelationshipManager 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此对象使用的关系管理器。
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。
实现
注解
IEntityWithRelationships.RelationshipManager 返回一个由此对象使用的 RelationshipManager。 对象服务使用关系管理器提供对相关对象的访问。
公开关系的类必须通过在其构造函数中构造和设置 RelationshipManager 来实现此属性。 如果需要,此属性的实现应使用静态方法 Create 创建新的 RelationshipManager。 创建后,此对象应存储在实体上,并将通过此属性提供。