Freigeben über


IModelSingleRelationship<TFrom, TTo>.RecreateRelationshipEntry-Methode (TTo)

Gibt einen neuen Beziehungseintrag zurück, der auf ein angegebenes Element zeigt, oder ersetzt jeden vorhandenen Beziehungseintrag.

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

Syntax

'Declaration
Function RecreateRelationshipEntry ( _
    element As TTo _
) As IModelRelationshipEntry
IModelRelationshipEntry RecreateRelationshipEntry(
    TTo element
)
IModelRelationshipEntry^ RecreateRelationshipEntry(
    TTo element
)
abstract RecreateRelationshipEntry : 
        element:'TTo -> IModelRelationshipEntry 
function RecreateRelationshipEntry(
    element : TTo
) : IModelRelationshipEntry

Parameter

  • element
    Typ: TTo
    Gibt ein Element an.

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Gibt IModelRelationshipEntry zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelSingleRelationship<TFrom, TTo> Schnittstelle

RecreateRelationshipEntry-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace