ModelRelationshipClass.RelatedElement 属性

获取“被相关”元素,即关系右侧的元素。

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

语法

声明
Public ReadOnly Property RelatedElement As Type
    Get
public Type RelatedElement { get; }
public:
property Type^ RelatedElement {
    Type^ get ();
}
member RelatedElement : Type
function get RelatedElement () : Type

属性值

类型:System.Type
被相关元素。

.NET Framework 安全性

请参见

参考

ModelRelationshipClass 类

Microsoft.Data.Schema.SchemaModel 命名空间