AssociationSetEnd 類別
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
表示 AssociationSet End 的類別
繼承階層
System.Object
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.AssociationSetEnd
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public NotInheritable Class AssociationSetEnd _
Inherits MetadataItem
'用途
Dim instance As AssociationSetEnd
public sealed class AssociationSetEnd : MetadataItem
public ref class AssociationSetEnd sealed : public MetadataItem
[<SealedAttribute>]
type AssociationSetEnd =
class
inherit MetadataItem
end
public final class AssociationSetEnd extends MetadataItem
AssociationSetEnd 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
BuiltInTypeKind | 取得此 AssociationSetEnd 的內建類型種類。 (覆寫 MetadataItem.BuiltInTypeKind。) | |
CorrespondingAssociationEndMember | 取得 End 成員,此 AssociationSetEnd 物件會對應至此成員。 | |
Documentation | 取得或設定與此類型相關聯的文件。 (繼承自 MetadataItem)。 | |
EntitySet | 取得此 End 角色所參考的實體集。 | |
MetadataProperties | 取得目前類型的屬性清單。 (繼承自 MetadataItem)。 | |
Name | 取得此 AssociationSetEnd 的 End 角色名稱。 | |
ParentAssociationSet | 取得此 AssociationSetEnd 的父關聯集。 | |
Role | 已過時。 取得此 AssociationSetEnd 的 End 角色名稱。 |
靠上
方法
名稱 | 描述 | |
---|---|---|
AddAnnotation | 加入或更新具有指定之名稱與值的註釋。 (繼承自 MetadataItem)。 | |
Equals | (繼承自 Object)。 | |
GetHashCode | (繼承自 Object)。 | |
GetType | (繼承自 Object)。 | |
RemoveAnnotation | 移除具有指定之名稱的註釋。 (繼承自 MetadataItem)。 | |
ToString | 傳回此 AssociationSetEnd 的 End 角色名稱。 (覆寫 Object.ToString()。) |
靠上
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。