Compartir a través de


ModelElement.GetReferencingRelationshipEntries (Método)

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

Sintaxis

'Declaración
Public Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries() sealed
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
override GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
public final function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>

Implementaciones

IModelElement.GetReferencingRelationshipEntries()

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

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