AssociationSetEnd 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
表示 AssociationSet 端的类
继承层次结构
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 | 获取与此 AssociationSetEnd 对象相对应的 End 成员。 | |
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()。) |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。