ModelElement.GetReverseMultiRelationship<TFrom, TTo> 方法

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

语法

声明
Public Function GetReverseMultiRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
    relationshipClass As ModelRelationshipClass _
) As IModelReverseMultiRelationship(Of TFrom, TTo)
public IModelReverseMultiRelationship<TFrom, TTo> GetReverseMultiRelationship<TFrom, TTo>(
    ModelRelationshipClass relationshipClass
)
where TFrom : class, IModelElement
where TTo : class, IModelElement
public:
generic<typename TFrom, typename TTo>
where TFrom : ref class, IModelElement
where TTo : ref class, IModelElement
IModelReverseMultiRelationship<TFrom, TTo>^ GetReverseMultiRelationship(
    ModelRelationshipClass^ relationshipClass
)
member GetReverseMultiRelationship : 
        relationshipClass:ModelRelationshipClass -> IModelReverseMultiRelationship<'TFrom, 'TTo>  when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
JScript 不支持泛型类型或方法。

类型参数

  • TFrom
  • TTo

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<TFrom, TTo>

.NET Framework 安全性

请参见

参考

ModelElement 类

Microsoft.Data.Schema.SchemaModel 命名空间