RelationshipEndMember 类
定义
定义 RelationshipType 的 End 成员。Defines the End member for the RelationshipType.
public ref class RelationshipEndMember abstract : System::Data::Metadata::Edm::EdmMember
public abstract class RelationshipEndMember : System.Data.Metadata.Edm.EdmMember
type RelationshipEndMember = class
inherit EdmMember
Public MustInherit Class RelationshipEndMember
Inherits EdmMember
- 继承
- 派生
属性
| BuiltInTypeKind |
获取此类型的内置类型种类。Gets the built-in type kind for this type. (继承自 MetadataItem) |
| DeclaringType |
获取已对其声明此成员的类型。Gets the type on which this member is declared. (继承自 EdmMember) |
| DeleteBehavior |
获取此关系 End 成员的操作行为。Gets the operational behavior of this relationship end member. |
| 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. |
| 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. |
| 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) |