共用方式為


RelatedEnd.RelationshipSet 屬性

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

取得相關端中繼資料的參考。

命名空間:  System.Data.Entity.Core.Objects.DataClasses
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<XmlIgnoreAttribute> _
<SoapIgnoreAttribute> _
Public Overridable ReadOnly Property RelationshipSet As RelationshipSet 
    Get
'用途
Dim instance As RelatedEnd 
Dim value As RelationshipSet 

value = instance.RelationshipSet
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public virtual RelationshipSet RelationshipSet { get; }
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public:
virtual property RelationshipSet^ RelationshipSet {
    RelationshipSet^ get ();
}
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
abstract RelationshipSet : RelationshipSet
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
override RelationshipSet : RelationshipSet
function get RelationshipSet () : RelationshipSet

屬性值

類型:System.Data.Entity.Core.Metadata.Edm.RelationshipSet
包含關聯性端點中繼資料的 RelationshipSet 物件。

Implements

IRelatedEnd.RelationshipSet

請參閱

參考

RelatedEnd 類別

System.Data.Entity.Core.Objects.DataClasses 命名空間