Freigeben über


IModelElement.GetRelationship<TFrom, TTo>-Methode (ModelRelationshipClass)

Gibt eine Beziehung zurück, deren zwei Elemente die angegebenen Typen aufweisen.

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

Syntax

'Declaration
Function GetRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
    relationshipClass As ModelRelationshipClass _
) As IModelRelationship(Of TFrom, TTo)
IModelRelationship<TFrom, TTo> GetRelationship<TFrom, TTo>(
    ModelRelationshipClass relationshipClass
)
where TFrom : class, IModelElement
where TTo : class, IModelElement
generic<typename TFrom, typename TTo>
where TFrom : ref class, IModelElement
where TTo : ref class, IModelElement
IModelRelationship<TFrom, TTo>^ GetRelationship(
    ModelRelationshipClass^ relationshipClass
)
abstract GetRelationship : 
        relationshipClass:ModelRelationshipClass -> IModelRelationship<'TFrom, 'TTo>  when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
JScript unterstützt keine generischen Typen oder Methoden.

Typparameter

  • TFrom
    Der Type des verknüpfenden Elements (bzw. des Elements auf der linken Seite).
  • TTo
    Ein Type des verwandten Elements (bzw. des Elements auf der rechten Seite).

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationship<TFrom, TTo>
Ein IModelRelationship<TFrom, TTo>-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelElement Schnittstelle

GetRelationship-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelRelationshipClass

IModelRelationship<TFrom, TTo>