表示模型元素的元数据。 此类不能被继承。
继承层次结构
System.Object
  Microsoft.Data.Schema.SchemaModel.ModelPropertyContainerClass
    Microsoft.Data.Schema.SchemaModel.ModelElementClass
命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public NotInheritable Class ModelElementClass _
    Inherits ModelPropertyContainerClass
public sealed class ModelElementClass : ModelPropertyContainerClass
public ref class ModelElementClass sealed : public ModelPropertyContainerClass
[<Sealed>]
type ModelElementClass =  
    class
        inherit ModelPropertyContainerClass
    end
public final class ModelElementClass extends ModelPropertyContainerClass
ModelElementClass 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ClassName | 获取类名。 | 
| .gif) | ExternalPropertyClasses | 获取 ModelPropertyClass 对象的列表,这些对象表示不属于当前模型一部分的属性。 | 
| .gif) | HierarchicalRelationshipClass | 返回层次结构 ModelRelationshipClass。 | 
| .gif) | IdentifierGroup | 获取此元素所属的标识符组。 | 
| .gif) | ImplementedInterfaces | 获取由此类实现的接口的列表。 | 
| .gif) | NameMandatory | 获取一个值,该值指示此类是否必须具有名称。 | 
| .gif) | PropertyClasses | 获取此元素中属性的元数据对象的列表。 (继承自 ModelPropertyContainerClass。) | 
| .gif) | RelationshipClasses | 获取此元素的关系类的列表。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetPropertyClass | 返回由所提供名称标识的属性元数据对象。 (继承自 ModelPropertyContainerClass。) | 
| .gif) | GetRelationshipClass | 返回由所提供名称定义的关系。 | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | ImplementsInterface | 返回一个值,该值指示此类是否实现所提供的接口类型。 | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | OnExternalPropertyClassAdded | 为此元素注册外部属性类时调用。 (继承自 ModelPropertyContainerClass。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。