共用方式為


EdmRelationshipAttribute 類別

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

根據概念模型中的關聯,定義兩個實體 (Entity) 類型之間的關聯性 (Relationship)。

繼承階層

System.Object
  System.Attribute
    System.Data.Entity.Core.Objects.DataClasses.EdmRelationshipAttribute

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

語法

'宣告
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := True)> _
Public NotInheritable Class EdmRelationshipAttribute _
    Inherits Attribute
'用途
Dim instance As EdmRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class EdmRelationshipAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = true)]
public ref class EdmRelationshipAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)>]
type EdmRelationshipAttribute =  
    class 
        inherit Attribute 
    end
public final class EdmRelationshipAttribute extends Attribute

EdmRelationshipAttribute 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 EdmRelationshipAttribute(String, String, String, RelationshipMultiplicity, Type, String, RelationshipMultiplicity, Type) 建立 EdmRelationshipAttribute 類別的執行個體。
公用方法 EdmRelationshipAttribute(String, String, String, RelationshipMultiplicity, Type, String, RelationshipMultiplicity, Type, Boolean) 初始化 EdmRelationshipAttribute 類別的新執行個體。

靠上

屬性

  名稱 描述
公用屬性 IsForeignKey 取得布林值,此值表示關聯性是否以外部索引鍵值為基礎。
公用屬性 RelationshipName 關聯性的名稱。
公用屬性 RelationshipNamespaceName 關聯性的命名空間。
公用屬性 Role1Multiplicity 位於關聯性某一端的多重性。
公用屬性 Role1Name 位於關聯性某一端之角色的名稱。
公用屬性 Role1Type 位於關聯性某一端之實體的類型。
公用屬性 Role2Multiplicity 位於關聯性另一端的多重性。
公用屬性 Role2Name 位於關聯性另一端之角色的名稱。
公用屬性 Role2Type 位於關聯性另一端之實體的類型。
公用屬性 TypeId (繼承自 Attribute)。

靠上

方法

  名稱 描述
公用方法 Equals (繼承自 Attribute)。
公用方法 GetHashCode (繼承自 Attribute)。
公用方法 GetType (繼承自 Object)。
公用方法 IsDefaultAttribute (繼承自 Attribute)。
公用方法 Match (繼承自 Attribute)。
公用方法 ToString (繼承自 Object)。

靠上

明確介面實作

  名稱 描述
明確介面實作私用方法 _Attribute.GetIDsOfNames (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.GetTypeInfo (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.GetTypeInfoCount (繼承自 Attribute)。
明確介面實作私用方法 _Attribute.Invoke (繼承自 Attribute)。

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

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