IModelSingleRelationship<TFrom, TTo> 接口

如果使用此接口,则右侧可以有单个元素。

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

语法

声明
Public Interface IModelSingleRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) _
    Inherits IModelRelationship(Of TFrom, TTo), IModelSingleRelationship, IModelRelationship,  _
    IModelEntity
public interface IModelSingleRelationship<TFrom, TTo> : IModelRelationship<TFrom, TTo>, 
    IModelSingleRelationship, IModelRelationship, IModelEntity
where TFrom : class, IModelElement
where TTo : class, IModelElement
generic<typename TFrom, typename TTo>
where TFrom : ref class, IModelElement
where TTo : ref class, IModelElement
public interface class IModelSingleRelationship : IModelRelationship<TFrom, TTo>, 
    IModelSingleRelationship, IModelRelationship, IModelEntity
type IModelSingleRelationship<'TFrom, 'TTo when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement> =  
    interface
        interface IModelRelationship<'TFrom, 'TTo>
        interface IModelSingleRelationship
        interface IModelRelationship
        interface IModelEntity
    end
JScript 不支持泛型类型或方法。

类型参数

  • TFrom
  • TTo

IModelSingleRelationship<TFrom, TTo> 类型公开以下成员。

属性

  名称 说明
公共属性 Element 获取或设置相关的元素。 (继承自 IModelSingleRelationship。)
公共属性 Element 获取或设置相关的元素。
公共属性 FromElement 获取相关元素。 (继承自 IModelRelationship。)
公共属性 FromElement 获取相关元素。 (继承自 IModelRelationship<TFrom, TTo>。)
公共属性 Model 获取模型引用。 (继承自 IModelEntity。)
公共属性 RelationshipClass 获取元数据类。 (继承自 IModelRelationship。)

页首

方法

  名称 说明
公共方法 Clear 删除关系项(如果存在)。 (继承自 IModelSingleRelationship。)
公共方法 GetReferencedElements() 返回相关元素。 (继承自 IModelRelationship。)
公共方法 GetReferencedElements() 获取被相关元素的列表。 (继承自 IModelRelationship<TFrom, TTo>。)
公共方法 GetReferencedRelationshipEntries 返回相关的关系项。 (继承自 IModelRelationship。)
公共方法 GetRelationshipEntry 返回相关的关系项。 (继承自 IModelSingleRelationship。)
公共方法 RecreateRelationshipEntry() 返回新的空关系项,或者替换现有项。 (继承自 IModelSingleRelationship。)
公共方法 RecreateRelationshipEntry(TTo) 返回指向一个指定元素的新关系项,或者替换任何现有项。
公共方法 RecreateRelationshipEntry(IModelElement) 返回指向一个指定元素的新关系项,或者替换现有项。 (继承自 IModelSingleRelationship。)

页首

请参见

参考

Microsoft.Data.Schema.SchemaModel 命名空间