ModelRelationshipClass.ForwardRelationshipClasses 属性

如果 this 表示反向关系,则获取为正向关系的关系元数据对象的列表。

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

语法

声明
Public ReadOnly Property ForwardRelationshipClasses As IList(Of ModelRelationshipClass)
    Get
public IList<ModelRelationshipClass> ForwardRelationshipClasses { get; }
public:
property IList<ModelRelationshipClass^>^ ForwardRelationshipClasses {
    IList<ModelRelationshipClass^>^ get ();
}
member ForwardRelationshipClasses : IList<ModelRelationshipClass>
function get ForwardRelationshipClasses () : IList<ModelRelationshipClass>

属性值

类型:System.Collections.Generic.IList<ModelRelationshipClass>
如果 this 是反向关系,则为关系元数据对象的列表;否则为空列表。

.NET Framework 安全性

请参见

参考

ModelRelationshipClass 类

Microsoft.Data.Schema.SchemaModel 命名空间