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
- relationshipClass
Typ: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Ein ModelRelationshipClass-Metadatenobjekt.
Rückgabewert
Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationship<TFrom, TTo>
Ein IModelRelationship<TFrom, TTo>-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.