Aracılığıyla paylaş


ModelElement.GetMultiRelationship<TFrom, TTo> Yöntem

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetMultiRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
    relationshipClass As ModelRelationshipClass _
) As IModelMultiRelationship(Of TFrom, TTo)
public IModelMultiRelationship<TFrom, TTo> GetMultiRelationship<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
IModelMultiRelationship<TFrom, TTo>^ GetMultiRelationship(
    ModelRelationshipClass^ relationshipClass
)
member GetMultiRelationship : 
        relationshipClass:ModelRelationshipClass -> IModelMultiRelationship<'TFrom, 'TTo>  when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
JScript genel türleri veya yöntemleri desteklemez.

Tür Parametreleri

  • TFrom
  • TTo

Parametreler

Dönüş Değeri

Tür: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<TFrom, TTo>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelElement Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı