IRelatedEnd.RelationshipSet 属性

定义

返回对相关端的元数据的引用。

public:
 property System::Data::Metadata::Edm::RelationshipSet ^ RelationshipSet { System::Data::Metadata::Edm::RelationshipSet ^ get(); };
public System.Data.Metadata.Edm.RelationshipSet RelationshipSet { get; }
member this.RelationshipSet : System.Data.Metadata.Edm.RelationshipSet
Public ReadOnly Property RelationshipSet As RelationshipSet

属性值

包含关系一端的元数据的 RelationshipSet 对象。

适用于