IModelReverseSingleRelationship 接口

表示单个反向关系。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Interface IModelReverseSingleRelationship _
    Inherits IModelRelationship, IModelEntity
public interface IModelReverseSingleRelationship : IModelRelationship, 
    IModelEntity
public interface class IModelReverseSingleRelationship : IModelRelationship, 
    IModelEntity
type IModelReverseSingleRelationship =  
    interface
        interface IModelRelationship
        interface IModelEntity
    end
public interface IModelReverseSingleRelationship extends IModelRelationship, IModelEntity

IModelReverseSingleRelationship 类型公开以下成员。

属性

  名称 说明
公共属性 Element 获取元素。
公共属性 FromElement 获取相关元素。 (继承自 IModelRelationship。)
公共属性 Model 获取模型引用。 (继承自 IModelEntity。)
公共属性 RelationshipClass 获取元数据类。 (继承自 IModelRelationship。)

页首

方法

  名称 说明
公共方法 GetReferencedElements 返回相关元素。 (继承自 IModelRelationship。)
公共方法 GetReferencedRelationshipEntries 返回相关的关系项。 (继承自 IModelRelationship。)

页首

请参见

参考

Microsoft.Data.Schema.SchemaModel 命名空间