Freigeben über


ModelElement.GetReverseMultiRelationship<TFrom, TTo>-Methode

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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 unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TFrom
  • TTo

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElement Klasse

Microsoft.Data.Schema.SchemaModel-Namespace