AssociationEndMember 类
定义
表示概念模型中的关联的 End。Represents the End of an association in the conceptual model.
public ref class AssociationEndMember sealed : System::Data::Metadata::Edm::RelationshipEndMember
public sealed class AssociationEndMember : System.Data.Metadata.Edm.RelationshipEndMember
type AssociationEndMember = class
inherit RelationshipEndMember
Public NotInheritable Class AssociationEndMember
Inherits RelationshipEndMember
- 继承
属性
| BuiltInTypeKind |
获取此 AssociationEndMember 的内置类型种类。Gets the built-in type kind for this AssociationEndMember. |
| DeclaringType |
获取已对其声明此成员的类型。Gets the type on which this member is declared. (继承自 EdmMember) |
| DeleteBehavior |
获取此关系 End 成员的操作行为。Gets the operational behavior of this relationship end member. (继承自 RelationshipEndMember) |
| Documentation |
获取或设置与此类型关联的文档。Gets or sets the documentation associated with this type. (继承自 MetadataItem) |
| MetadataProperties |
获取当前类型的属性列表。Gets the list of properties of the current type. (继承自 MetadataItem) |
| Name |
获取此成员的名称。Gets the name of this member. (继承自 EdmMember) |
| RelationshipMultiplicity |
获取此关系 End 成员的重数。Gets the multiplicity of this relationship end member. (继承自 RelationshipEndMember) |
| TypeUsage |
获取既包含此成员的类型又包含该类型的各个方面的 TypeUsage 类实例。Gets the instance of the TypeUsage class that contains both the type of the member and facets for the type. (继承自 EdmMember) |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetEntityType() |
访问关联中的 EndMember 的 EntityType。Access the EntityType of the EndMember in an association. (继承自 RelationshipEndMember) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回此成员的名称。Returns the name of this member. (继承自 EdmMember) |