Compartir a través de


IModelSingleRelationship.RecreateRelationshipEntry (Método) (IModelElement)

Devuelve una nueva entrada de relación que señala a un elemento especificado o reemplaza uno existente.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Function RecreateRelationshipEntry ( _
    element As IModelElement _
) As IModelRelationshipEntry
IModelRelationshipEntry RecreateRelationshipEntry(
    IModelElement element
)
IModelRelationshipEntry^ RecreateRelationshipEntry(
    IModelElement^ element
)
abstract RecreateRelationshipEntry : 
        element:IModelElement -> IModelRelationshipEntry 
function RecreateRelationshipEntry(
    element : IModelElement
) : IModelRelationshipEntry

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Devuelve un objeto IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

IModelSingleRelationship Interfaz

RecreateRelationshipEntry (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)