Condividi tramite


Metodo ModelElement.GetReferencingRelationshipEntries

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore restituito

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

Implementa

IModelElement.GetReferencingRelationshipEntries()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelElement Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel