为架构模型中每个元素提供基础。
命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Interface IModelElement _
    Inherits IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IModelElement : IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class IModelElement : IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
type IModelElement =  
    interface
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface IModelElement extends IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IModelElement 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ElementClass | 获取元素的元数据类。 | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 | 
页首
方法
页首
请参见
参考
Microsoft.Data.Schema.SchemaModel 命名空间
.gif)