Compartir a través de


IModelElement.GetReferencingRelationshipEntries (Método)

Devuelve una lista de las entradas de relación, donde este elemento se encuentra en la parte derecha.

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

Sintaxis

'Declaración
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Una interfaz IList<T> cuyo tipo es IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

IModelElement Interfaz

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

IModelRelationshipEntry