Sdílet prostřednictvím


ModelElement.GetRelationship<TFrom, TTo> – metoda (ModelRelationshipClass)

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Function GetRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
    relationshipClass As ModelRelationshipClass _
) As IModelRelationship(Of TFrom, TTo)
public IModelRelationship<TFrom, TTo> GetRelationship<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
virtual IModelRelationship<TFrom, TTo>^ GetRelationship(
    ModelRelationshipClass^ relationshipClass
) sealed
abstract GetRelationship : 
        relationshipClass:ModelRelationshipClass -> IModelRelationship<'TFrom, 'TTo>  when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
override GetRelationship : 
        relationshipClass:ModelRelationshipClass -> IModelRelationship<'TFrom, 'TTo>  when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

  • TFrom
  • TTo

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElement Třída

GetRelationship – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů