ModelElement.GetRelationships 方法

返回元素中已注册关系的列表。

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

语法

声明
Public Function GetRelationships As IList(Of IModelRelationship)
public IList<IModelRelationship> GetRelationships()
public:
virtual IList<IModelRelationship^>^ GetRelationships() sealed
abstract GetRelationships : unit -> IList<IModelRelationship> 
override GetRelationships : unit -> IList<IModelRelationship> 
public final function GetRelationships() : IList<IModelRelationship>

返回值

类型:System.Collections.Generic.IList<IModelRelationship>
一个类型为 IModelRelationshipIList<T>

实现

IModelElement.GetRelationships()

备注

可以认为架构关系是始终从左到右,或从关联元素到被关联元素。

.NET Framework 安全性

请参见

参考

ModelElement 类

Microsoft.Data.Schema.SchemaModel 命名空间

GetRelationship

IModelRelationship